#f4c45b

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

Shades of Cream Can #F4C45B

Tints of Cream Can #F4C45B

Color information

#F4C45B (or 0xF4C45B) is unknown color: approx Cream Can. HEX triplet: F4, C4 and 5B. RGB value is (244,196,91). Sum of RGB (Red+Green+Blue) = 244+196+91=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C45B is #0B3BA4. Grayscale: #C6C6C6. Windows color (decimal): -736165 or 6014196. OLE color: 6014196.

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

Color convert

RGB24419691-
CMYK00.200.630.04
HSL41.18º87.43%65.69%-
HSV(B)41.18º62.7%95.69%-
XYZ58.9459.4718.27-
YUV198.3867.4160.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.95%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 91 (35.94% from 255) = 17.14%
R=45.95%
G=36.91%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441969100.200.630.0441.1887.4365.69
HexF4C45B0143F4295742
Octal36430413302477451127102
Binary1111010011000100101101101010011111110010100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c45b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c45b; }

 p { color: rgb(244,196,91); }

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

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

 a { background-color: rgb(244,196,91); }

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

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

 span { border-color: rgb(244,196,91); }

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