#F2BC44

Color #F2BC44 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #F2BC44

Tints of Cream Can #F2BC44

Color information

#F2BC44 (or 0xF2BC44) is unknown color: approx Cream Can. HEX triplet: F2, BC and 44. RGB value is (242,188,68). Sum of RGB (Red+Green+Blue) = 242+188+68=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC44 is #0D43BB. Grayscale: #BEBEBE. Windows color (decimal): -869308 or 4504818. OLE color: 4504818.

HSL color Cylindrical-coordinate representation of color #F2BC44: hue angle of 41.38º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2BC44 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB24218868-
CMYK00.220.720.05
HSL41.38º87%60.78%-
HSV(B)41.38º71.9%94.9%-
XYZ55.6455.2613.2-
YUV190.4758.89164.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 48.59%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 68 (26.95% from 255) = 13.65%
R=48.59%
G=37.75%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421886800.220.720.0541.388760.78
HexF2BC4401648529573d
Octal36227410402611055112775
Binary1111001010111100100010001011010010001011010011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BC44; }

 p { color: rgb(242,188,68); }

 H1.HeaderClassName
 {
   color: #F2BC44;
 }
 .AnyTagClassName
 {
   color: #F2BC44;
 }
</style>
background-color css

<style>
 a { background-color: #F2BC44; }

 a { background-color: rgb(242,188,68); }

 div.DivClassName
 {
   background-color: #F2BC44;
 }
 .BgClassName
 {
   background-color: #F2BC44;
 }
</style>
border-color css

<style>
 span { border-color: #F2BC44; }

 span { border-color: rgb(242,188,68); }

 td.TdClassName
 {
   border-color: #F2BC44;
 }
 .TagClassName
 {
   border-color: #F2BC44;
 }
</style>