#FAC96E

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

Shades of Grandis #FAC96E

Tints of Grandis #FAC96E

Color information

#FAC96E (or 0xFAC96E) is unknown color: approx Grandis. HEX triplet: FA, C9 and 6E. RGB value is (250,201,110). Sum of RGB (Red+Green+Blue) = 250+201+110=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC96E is #053691. Grayscale: #CDCDCD. Windows color (decimal): -341650 or 7260666. OLE color: 7260666.

HSL color Cylindrical-coordinate representation of color #FAC96E: hue angle of 39º 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 #FAC96E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250201110-
CMYK00.200.560.02
HSL39º93.33%70.59%-
HSV(B)39º56%98.04%-
XYZ63.1363.2223.63-
YUV205.2874.23159.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 110 (43.36% from 255) = 19.61%
R=44.56%
G=35.83%
B=19.61%

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
Decimal25020111000.200.560.023993.3370.59
HexFAC96E014382275d47
Octal37231115602470247135107
Binary111110101100100111011100101001110001010011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC96E; }

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

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

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

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

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

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

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

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