#F8CE6B

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

Shades of Grandis #F8CE6B

Tints of Grandis #F8CE6B

Color information

#F8CE6B (or 0xF8CE6B) is unknown color: approx Grandis. HEX triplet: F8, CE and 6B. RGB value is (248,206,107). Sum of RGB (Red+Green+Blue) = 248+206+107=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE6B is #073194. Grayscale: #CFCFCF. Windows color (decimal): -471445 or 7065336. OLE color: 7065336.

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

Color convert

RGB248206107-
CMYK00.170.570.03
HSL42.13º90.97%69.61%-
HSV(B)42.13º56.85%97.25%-
XYZ63.4465.1623.14-
YUV207.2771.41157.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 107 (42.19% from 255) = 19.07%
R=44.21%
G=36.72%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820610700.170.570.0342.1390.9769.61
HexF8CE6B0113932a5b46
Octal37031615302171352133106
Binary111110001100111011010110100011110011110101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE6B; }

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

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

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

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

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

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

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

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