#F7CD76

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

Shades of Grandis #F7CD76

Tints of Grandis #F7CD76

Color information

#F7CD76 (or 0xF7CD76) is unknown color: approx Grandis. HEX triplet: F7, CD and 76. RGB value is (247,205,118). Sum of RGB (Red+Green+Blue) = 247+205+118=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CD76 is #083289. Grayscale: #D0D0D0. Windows color (decimal): -537226 or 7785975. OLE color: 7785975.

HSL color Cylindrical-coordinate representation of color #F7CD76: hue angle of 40.47º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7CD76 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB247205118-
CMYK00.170.520.03
HSL40.47º88.97%71.57%-
HSV(B)40.47º52.23%96.86%-
XYZ63.4664.7426.29-
YUV207.6477.41156.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 118 (46.48% from 255) = 20.70%
R=43.33%
G=35.96%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720511800.170.520.0340.4788.9771.57
HexF7CD76011343285948
Octal36731516602164350131110
Binary111101111100110111101100100011101001110100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CD76; }

 p { color: rgb(247,205,118); }

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

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

 a { background-color: rgb(247,205,118); }

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

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

 span { border-color: rgb(247,205,118); }

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