#F0C349

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

Shades of Cream Can #F0C349

Tints of Cream Can #F0C349

Color information

#F0C349 (or 0xF0C349) is unknown color: approx Cream Can. HEX triplet: F0, C3 and 49. RGB value is (240,195,73). Sum of RGB (Red+Green+Blue) = 240+195+73=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C349 is #0F3CB6. Grayscale: #C3C3C3. Windows color (decimal): -998583 or 4834288. OLE color: 4834288.

HSL color Cylindrical-coordinate representation of color #F0C349: hue angle of 43.83º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C349 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24019573-
CMYK00.190.700.06
HSL43.83º84.77%61.37%-
HSV(B)43.83º69.58%94.12%-
XYZ56.6558.0414.52-
YUV194.5559.41160.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 73 (28.91% from 255) = 14.37%
R=47.24%
G=38.39%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401957300.190.700.0643.8384.7761.37
HexF0C3490134662c553d
Octal36030311102310665412575
Binary1111000011000011100100101001110001101101011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C349; }

 p { color: rgb(240,195,73); }

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

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

 a { background-color: rgb(240,195,73); }

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

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

 span { border-color: rgb(240,195,73); }

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