#F5C252

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

Shades of Cream Can #F5C252

Tints of Cream Can #F5C252

Color information

#F5C252 (or 0xF5C252) is unknown color: approx Cream Can. HEX triplet: F5, C2 and 52. RGB value is (245,194,82). Sum of RGB (Red+Green+Blue) = 245+194+82=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C252 is #0A3DAD. Grayscale: #C4C4C4. Windows color (decimal): -671150 or 5423861. OLE color: 5423861.

HSL color Cylindrical-coordinate representation of color #F5C252: hue angle of 41.23º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5C252 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24519482-
CMYK00.210.670.04
HSL41.23º89.07%64.12%-
HSV(B)41.23º66.53%96.08%-
XYZ58.4758.6116.21-
YUV196.4863.4162.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 82 (32.42% from 255) = 15.74%
R=47.02%
G=37.24%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451948200.210.670.0441.2389.0764.12
HexF5C252015434295940
Octal365302122025103451131100
Binary11110101110000101010010010101100001110010100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C252; }

 p { color: rgb(245,194,82); }

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

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

 a { background-color: rgb(245,194,82); }

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

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

 span { border-color: rgb(245,194,82); }

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