#F5CF70

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

Shades of Grandis #F5CF70

Tints of Grandis #F5CF70

Color information

#F5CF70 (or 0xF5CF70) is unknown color: approx Grandis. HEX triplet: F5, CF and 70. RGB value is (245,207,112). Sum of RGB (Red+Green+Blue) = 245+207+112=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF70 is #0A308F. Grayscale: #CFCFCF. Windows color (decimal): -667792 or 7393269. OLE color: 7393269.

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

Color convert

RGB245207112-
CMYK00.160.540.04
HSL42.86º86.93%70%-
HSV(B)42.86º54.29%96.08%-
XYZ62.8965.2124.6-
YUV207.5374.09154.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=43.44%
G=36.70%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520711200.160.540.0442.8686.9370
HexF5CF700103642b5746
Octal36531716002066453127106
Binary1111010111001111111000001000011011010010101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF70; }

 p { color: rgb(245,207,112); }

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

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

 a { background-color: rgb(245,207,112); }

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

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

 span { border-color: rgb(245,207,112); }

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