#F5C152

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

Shades of Cream Can #F5C152

Tints of Cream Can #F5C152

Color information

#F5C152 (or 0xF5C152) is unknown color: approx Cream Can. HEX triplet: F5, C1 and 52. RGB value is (245,193,82). Sum of RGB (Red+Green+Blue) = 245+193+82=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C152 is #0A3EAD. Grayscale: #C4C4C4. Windows color (decimal): -671406 or 5423605. OLE color: 5423605.

HSL color Cylindrical-coordinate representation of color #F5C152: hue angle of 40.86º 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 #F5C152 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24519382-
CMYK00.210.670.04
HSL40.86º89.07%64.12%-
HSV(B)40.86º66.53%96.08%-
XYZ58.2558.1616.14-
YUV195.8963.73163.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 82 (32.42% from 255) = 15.77%
R=47.12%
G=37.12%
B=15.77%

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
Decimal2451938200.210.670.0440.8689.0764.12
HexF5C152015434295940
Octal365301122025103451131100
Binary11110101110000011010010010101100001110010100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C152; }

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

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

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

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

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

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

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

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