#F8CB6B

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

Shades of Grandis #F8CB6B

Tints of Grandis #F8CB6B

Color information

#F8CB6B (or 0xF8CB6B) is unknown color: approx Grandis. HEX triplet: F8, CB and 6B. RGB value is (248,203,107). Sum of RGB (Red+Green+Blue) = 248+203+107=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB6B is #073494. Grayscale: #CDCDCD. Windows color (decimal): -472213 or 7064568. OLE color: 7064568.

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

Color convert

RGB248203107-
CMYK00.180.570.03
HSL40.85º90.97%69.61%-
HSV(B)40.85º56.85%97.25%-
XYZ62.7263.7322.91-
YUV205.5172.41158.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 107 (42.19% from 255) = 19.18%
R=44.44%
G=36.38%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820310700.180.570.0340.8590.9769.61
HexF8CB6B012393295b46
Octal37031315302271351133106
Binary111110001100101111010110100101110011110100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CB6B; }

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

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

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

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

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

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

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

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