#F5CD74

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

Shades of Grandis #F5CD74

Tints of Grandis #F5CD74

Color information

#F5CD74 (or 0xF5CD74) is unknown color: approx Grandis. HEX triplet: F5, CD and 74. RGB value is (245,205,116). Sum of RGB (Red+Green+Blue) = 245+205+116=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CD74 is #0A328B. Grayscale: #CFCFCF. Windows color (decimal): -668300 or 7654901. OLE color: 7654901.

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

Color convert

RGB245205116-
CMYK00.160.530.04
HSL41.4º86.58%70.78%-
HSV(B)41.4º52.65%96.08%-
XYZ62.6464.3425.64-
YUV206.8176.75155.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 116 (45.70% from 255) = 20.49%
R=43.29%
G=36.22%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520511600.160.530.0441.486.5870.78
HexF5CD74010354295747
Octal36531516402065451127107
Binary1111010111001101111010001000011010110010100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD74; }

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

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

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

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

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

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

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

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