#F8CA6C

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

Shades of Grandis #F8CA6C

Tints of Grandis #F8CA6C

Color information

#F8CA6C (or 0xF8CA6C) is unknown color: approx Grandis. HEX triplet: F8, CA and 6C. RGB value is (248,202,108). Sum of RGB (Red+Green+Blue) = 248+202+108=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA6C is #073593. Grayscale: #CDCDCD. Windows color (decimal): -472468 or 7129848. OLE color: 7129848.

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

Color convert

RGB248202108-
CMYK00.190.560.03
HSL40.29º90.91%69.8%-
HSV(B)40.29º56.45%97.25%-
XYZ62.5463.2823.11-
YUV205.0473.24158.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 108 (42.58% from 255) = 19.35%
R=44.44%
G=36.20%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820210800.190.560.0340.2990.9169.8
HexF8CA6C013383285b46
Octal37031215402370350133106
Binary111110001100101011011000100111110001110100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA6C; }

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

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

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

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

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

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

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

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