#FACA6D

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

Shades of Grandis #FACA6D

Tints of Grandis #FACA6D

Color information

#FACA6D (or 0xFACA6D) is unknown color: approx Grandis. HEX triplet: FA, CA and 6D. RGB value is (250,202,109). Sum of RGB (Red+Green+Blue) = 250+202+109=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA6D is #053592. Grayscale: #CECECE. Windows color (decimal): -341395 or 7195386. OLE color: 7195386.

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

Color convert

RGB250202109-
CMYK00.190.560.02
HSL39.57º93.38%70.39%-
HSV(B)39.57º56.4%98.04%-
XYZ63.3163.6723.42-
YUV205.7573.4159.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 109 (42.97% from 255) = 19.43%
R=44.56%
G=36.01%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020210900.190.560.0239.5793.3870.39
HexFACA6D013382285d46
Octal37231215502370250135106
Binary111110101100101011011010100111110001010100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA6D; }

 p { color: rgb(250,202,109); }

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

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

 a { background-color: rgb(250,202,109); }

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

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

 span { border-color: rgb(250,202,109); }

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