#FBC96B

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

Shades of Grandis #FBC96B

Tints of Grandis #FBC96B

Color information

#FBC96B (or 0xFBC96B) is unknown color: approx Grandis. HEX triplet: FB, C9 and 6B. RGB value is (251,201,107). Sum of RGB (Red+Green+Blue) = 251+201+107=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC96B is #043694. Grayscale: #CDCDCD. Windows color (decimal): -276117 or 7064059. OLE color: 7064059.

HSL color Cylindrical-coordinate representation of color #FBC96B: hue angle of 39.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC96B is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251201107-
CMYK00.200.570.02
HSL39.17º94.74%70.2%-
HSV(B)39.17º57.37%98.43%-
XYZ63.3263.3422.8-
YUV205.2372.57160.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 107 (42.19% from 255) = 19.14%
R=44.90%
G=35.96%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120110700.200.570.0239.1794.7470.2
HexFBC96B014392275f46
Octal37331115302471247137106
Binary111110111100100111010110101001110011010011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC96B; }

 p { color: rgb(251,201,107); }

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

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

 a { background-color: rgb(251,201,107); }

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

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

 span { border-color: rgb(251,201,107); }

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