#F8CB6F

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

Shades of Grandis #F8CB6F

Tints of Grandis #F8CB6F

Color information

#F8CB6F (or 0xF8CB6F) is unknown color: approx Grandis. HEX triplet: F8, CB and 6F. RGB value is (248,203,111). Sum of RGB (Red+Green+Blue) = 248+203+111=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB6F is #073490. Grayscale: #CECECE. Windows color (decimal): -472209 or 7326712. OLE color: 7326712.

HSL color Cylindrical-coordinate representation of color #F8CB6F: 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.55%. Process color model (Four color, CMYK) of #F8CB6F is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB248203111-
CMYK00.180.550.03
HSL40.29º90.73%70.39%-
HSV(B)40.29º55.24%97.25%-
XYZ62.9463.8224.04-
YUV205.9774.41157.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 19.75%
R=44.13%
G=36.12%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820311100.180.550.0340.2990.7370.39
HexF8CB6F012373285b46
Octal37031315702267350133106
Binary111110001100101111011110100101101111110100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CB6F; }

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

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

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

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

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

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

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

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