#F5D070

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

Shades of Grandis #F5D070

Tints of Grandis #F5D070

Color information

#F5D070 (or 0xF5D070) is unknown color: approx Grandis. HEX triplet: F5, D0 and 70. RGB value is (245,208,112). Sum of RGB (Red+Green+Blue) = 245+208+112=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D070 is #0A2F8F. Grayscale: #D0D0D0. Windows color (decimal): -667536 or 7393525. OLE color: 7393525.

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

Color convert

RGB245208112-
CMYK00.150.540.04
HSL43.31º86.93%70%-
HSV(B)43.31º54.29%96.08%-
XYZ63.1465.6924.68-
YUV208.1273.76154.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 112 (44.14% from 255) = 19.82%
R=43.36%
G=36.81%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520811200.150.540.0443.3186.9370
HexF5D0700F3642b5746
Octal36532016001766453127106
Binary111101011101000011100000111111011010010101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D070; }

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

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

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

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

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

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

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

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