#F8CD74

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

Shades of Grandis #F8CD74

Tints of Grandis #F8CD74

Color information

#F8CD74 (or 0xF8CD74) is unknown color: approx Grandis. HEX triplet: F8, CD and 74. RGB value is (248,205,116). Sum of RGB (Red+Green+Blue) = 248+205+116=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CD74 is #07328B. Grayscale: #D0D0D0. Windows color (decimal): -471692 or 7654904. OLE color: 7654904.

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

Color convert

RGB248205116-
CMYK00.170.530.03
HSL40.45º90.41%71.37%-
HSV(B)40.45º53.23%97.25%-
XYZ63.764.8825.69-
YUV207.7176.25156.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.59%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 116 (45.70% from 255) = 20.39%
R=43.59%
G=36.03%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820511600.170.530.0340.4590.4171.37
HexF8CD74011353285a47
Octal37031516402165350132107
Binary111110001100110111101000100011101011110100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CD74; }

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

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

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

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

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

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

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

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