#FAC96F

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

Shades of Grandis #FAC96F

Tints of Grandis #FAC96F

Color information

#FAC96F (or 0xFAC96F) is unknown color: approx Grandis. HEX triplet: FA, C9 and 6F. RGB value is (250,201,111). Sum of RGB (Red+Green+Blue) = 250+201+111=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC96F is #053690. Grayscale: #CDCDCD. Windows color (decimal): -341649 or 7326202. OLE color: 7326202.

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

Color convert

RGB250201111-
CMYK00.200.560.02
HSL38.85º93.29%70.78%-
HSV(B)38.85º55.6%98.04%-
XYZ63.1863.2423.92-
YUV205.3974.73159.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 111 (43.75% from 255) = 19.75%
R=44.48%
G=35.77%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020111100.200.560.0238.8593.2970.78
HexFAC96F014382275d47
Octal37231115702470247135107
Binary111110101100100111011110101001110001010011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC96F; }

 p { color: rgb(250,201,111); }

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

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

 a { background-color: rgb(250,201,111); }

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

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

 span { border-color: rgb(250,201,111); }

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