#F8CC6C

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

Shades of Grandis #F8CC6C

Tints of Grandis #F8CC6C

Color information

#F8CC6C (or 0xF8CC6C) is unknown color: approx Grandis. HEX triplet: F8, CC and 6C. RGB value is (248,204,108). Sum of RGB (Red+Green+Blue) = 248+204+108=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CC6C is #073393. Grayscale: #CECECE. Windows color (decimal): -471956 or 7130360. OLE color: 7130360.

HSL color Cylindrical-coordinate representation of color #F8CC6C: hue angle of 41.14º 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 #F8CC6C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248204108-
CMYK00.180.560.03
HSL41.14º90.91%69.8%-
HSV(B)41.14º56.45%97.25%-
XYZ63.0164.2223.26-
YUV206.2172.58157.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 108 (42.58% from 255) = 19.29%
R=44.29%
G=36.43%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820410800.180.560.0341.1490.9169.8
HexF8CC6C012383295b46
Octal37031415402270351133106
Binary111110001100110011011000100101110001110100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CC6C; }

 p { color: rgb(248,204,108); }

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

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

 a { background-color: rgb(248,204,108); }

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

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

 span { border-color: rgb(248,204,108); }

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