#F5D074

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

Shades of Grandis #F5D074

Tints of Grandis #F5D074

Color information

#F5D074 (or 0xF5D074) is unknown color: approx Grandis. HEX triplet: F5, D0 and 74. RGB value is (245,208,116). Sum of RGB (Red+Green+Blue) = 245+208+116=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D074 is #0A2F8B. Grayscale: #D0D0D0. Windows color (decimal): -667532 or 7655669. OLE color: 7655669.

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

Color convert

RGB245208116-
CMYK00.150.530.04
HSL42.79º86.58%70.78%-
HSV(B)42.79º52.65%96.08%-
XYZ63.3665.7925.88-
YUV208.5875.76153.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 208 (81.64% from 255) = 36.56%
BLUE value IS 116 (45.70% from 255) = 20.39%
R=43.06%
G=36.56%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520811600.150.530.0442.7986.5870.78
HexF5D0740F3542b5747
Octal36532016401765453127107
Binary111101011101000011101000111111010110010101110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D074; }

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

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

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

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

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

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

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

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