#F8CE70

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

Shades of Grandis #F8CE70

Tints of Grandis #F8CE70

Color information

#F8CE70 (or 0xF8CE70) is unknown color: approx Grandis. HEX triplet: F8, CE and 70. RGB value is (248,206,112). Sum of RGB (Red+Green+Blue) = 248+206+112=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE70 is #07318F. Grayscale: #D0D0D0. Windows color (decimal): -471440 or 7393016. OLE color: 7393016.

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

Color convert

RGB248206112-
CMYK00.170.550.03
HSL41.47º90.67%70.59%-
HSV(B)41.47º54.84%97.25%-
XYZ63.7165.2724.57-
YUV207.8473.91156.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 112 (44.14% from 255) = 19.79%
R=43.82%
G=36.40%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820611200.170.550.0341.4790.6770.59
HexF8CE70011373295b47
Octal37031616002167351133107
Binary111110001100111011100000100011101111110100110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE70; }

 p { color: rgb(248,206,112); }

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

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

 a { background-color: rgb(248,206,112); }

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

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

 span { border-color: rgb(248,206,112); }

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