#F5CC72

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

Shades of Grandis #F5CC72

Tints of Grandis #F5CC72

Color information

#F5CC72 (or 0xF5CC72) is unknown color: approx Grandis. HEX triplet: F5, CC and 72. RGB value is (245,204,114). Sum of RGB (Red+Green+Blue) = 245+204+114=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC72 is #0A338D. Grayscale: #CECECE. Windows color (decimal): -668558 or 7523573. OLE color: 7523573.

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

Color convert

RGB245204114-
CMYK00.170.530.04
HSL41.22º86.75%70.39%-
HSV(B)41.22º53.47%96.08%-
XYZ62.2963.8124.95-
YUV20676.08155.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 114 (44.92% from 255) = 20.25%
R=43.52%
G=36.23%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520411400.170.530.0441.2286.7570.39
HexF5CC72011354295746
Octal36531416202165451127106
Binary1111010111001100111001001000111010110010100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC72; }

 p { color: rgb(245,204,114); }

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

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

 a { background-color: rgb(245,204,114); }

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

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

 span { border-color: rgb(245,204,114); }

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