#FAC267

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

Shades of Grandis #FAC267

Tints of Grandis #FAC267

Color information

#FAC267 (or 0xFAC267) is unknown color: approx Grandis. HEX triplet: FA, C2 and 67. RGB value is (250,194,103). Sum of RGB (Red+Green+Blue) = 250+194+103=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC267 is #053D98. Grayscale: #C8C8C8. Windows color (decimal): -343449 or 6800122. OLE color: 6800122.

HSL color Cylindrical-coordinate representation of color #FAC267: hue angle of 37.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC267 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB250194103-
CMYK00.220.590.02
HSL37.14º93.63%69.22%-
HSV(B)37.14º58.8%98.04%-
XYZ61.1659.8921.17-
YUV200.3773.05163.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 103 (40.62% from 255) = 18.83%
R=45.70%
G=35.47%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019410300.220.590.0237.1493.6369.22
HexFAC2670163B2255e45
Octal37230214702673245136105
Binary111110101100001011001110101101110111010010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC267; }

 p { color: rgb(250,194,103); }

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

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

 a { background-color: rgb(250,194,103); }

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

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

 span { border-color: rgb(250,194,103); }

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