#F8CE6D

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

Shades of Grandis #F8CE6D

Tints of Grandis #F8CE6D

Color information

#F8CE6D (or 0xF8CE6D) is unknown color: approx Grandis. HEX triplet: F8, CE and 6D. RGB value is (248,206,109). Sum of RGB (Red+Green+Blue) = 248+206+109=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE6D is #073192. Grayscale: #CFCFCF. Windows color (decimal): -471443 or 7196408. OLE color: 7196408.

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

Color convert

RGB248206109-
CMYK00.170.560.03
HSL41.87º90.85%70%-
HSV(B)41.87º56.05%97.25%-
XYZ63.5465.223.7-
YUV207.572.41156.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 109 (42.97% from 255) = 19.36%
R=44.05%
G=36.59%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820610900.170.560.0341.8790.8570
HexF8CE6D0113832a5b46
Octal37031615502170352133106
Binary111110001100111011011010100011110001110101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE6D; }

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

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

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

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

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

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

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

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