#F2C649

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

Shades of Cream Can #F2C649

Tints of Cream Can #F2C649

Color information

#F2C649 (or 0xF2C649) is unknown color: approx Cream Can. HEX triplet: F2, C6 and 49. RGB value is (242,198,73). Sum of RGB (Red+Green+Blue) = 242+198+73=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C649 is #0D39B6. Grayscale: #C5C5C5. Windows color (decimal): -866743 or 4835058. OLE color: 4835058.

HSL color Cylindrical-coordinate representation of color #F2C649: hue angle of 44.38º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2C649 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24219873-
CMYK00.180.700.05
HSL44.38º86.67%61.76%-
HSV(B)44.38º69.83%94.9%-
XYZ58.0159.7514.78-
YUV196.9158.08160.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 73 (28.91% from 255) = 14.23%
R=47.17%
G=38.60%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421987300.180.700.0544.3886.6761.76
HexF2C6490124652c573e
Octal36230611102210655412776
Binary1111001011000110100100101001010001101011011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C649; }

 p { color: rgb(242,198,73); }

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

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

 a { background-color: rgb(242,198,73); }

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

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

 span { border-color: rgb(242,198,73); }

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