#F5C44A

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

Shades of Cream Can #F5C44A

Tints of Cream Can #F5C44A

Color information

#F5C44A (or 0xF5C44A) is unknown color: approx Cream Can. HEX triplet: F5, C4 and 4A. RGB value is (245,196,74). Sum of RGB (Red+Green+Blue) = 245+196+74=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C44A is #0A3BB5. Grayscale: #C5C5C5. Windows color (decimal): -670646 or 4900085. OLE color: 4900085.

HSL color Cylindrical-coordinate representation of color #F5C44A: hue angle of 42.81º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5C44A is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24519674-
CMYK00.20.700.04
HSL42.81º89.53%62.55%-
HSV(B)42.81º69.8%96.08%-
XYZ58.6359.3914.85-
YUV196.7458.73162.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 74 (29.30% from 255) = 14.37%
R=47.57%
G=38.06%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451967400.20.700.0442.8189.5362.55
HexF5C44A0144642b5a3f
Octal36530411202410645313277
Binary1111010111000100100101001010010001101001010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C44A; }

 p { color: rgb(245,196,74); }

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

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

 a { background-color: rgb(245,196,74); }

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

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

 span { border-color: rgb(245,196,74); }

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