#F8CA6F

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

Shades of Grandis #F8CA6F

Tints of Grandis #F8CA6F

Color information

#F8CA6F (or 0xF8CA6F) is unknown color: approx Grandis. HEX triplet: F8, CA and 6F. RGB value is (248,202,111). Sum of RGB (Red+Green+Blue) = 248+202+111=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA6F is #073590. Grayscale: #CDCDCD. Windows color (decimal): -472465 or 7326456. OLE color: 7326456.

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

Color convert

RGB248202111-
CMYK00.190.550.03
HSL39.85º90.73%70.39%-
HSV(B)39.85º55.24%97.25%-
XYZ62.763.3523.96-
YUV205.3874.74158.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 111 (43.75% from 255) = 19.79%
R=44.21%
G=36.01%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820211100.190.550.0339.8590.7370.39
HexF8CA6F013373285b46
Octal37031215702367350133106
Binary111110001100101011011110100111101111110100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA6F; }

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

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

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

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

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

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

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

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