#F4C34C

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

Shades of Cream Can #F4C34C

Tints of Cream Can #F4C34C

Color information

#F4C34C (or 0xF4C34C) is unknown color: approx Cream Can. HEX triplet: F4, C3 and 4C. RGB value is (244,195,76). Sum of RGB (Red+Green+Blue) = 244+195+76=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C34C is #0B3CB3. Grayscale: #C4C4C4. Windows color (decimal): -736436 or 5030900. OLE color: 5030900.

HSL color Cylindrical-coordinate representation of color #F4C34C: hue angle of 42.5º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4C34C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24419576-
CMYK00.200.690.04
HSL42.5º88.42%62.75%-
HSV(B)42.5º68.85%95.69%-
XYZ58.1358.7915.12-
YUV196.0860.23162.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.38%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 76 (30.08% from 255) = 14.76%
R=47.38%
G=37.86%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441957600.200.690.0442.588.4262.75
HexF4C34C0144542a583f
Octal36430311402410545213077
Binary1111010011000011100110001010010001011001010101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C34C; }

 p { color: rgb(244,195,76); }

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

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

 a { background-color: rgb(244,195,76); }

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

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

 span { border-color: rgb(244,195,76); }

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