#FAAC5F

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

Shades of Rajah #FAAC5F

Tints of Rajah #FAAC5F

Color information

#FAAC5F (or 0xFAAC5F) is unknown color: approx Rajah. HEX triplet: FA, AC and 5F. RGB value is (250,172,95). Sum of RGB (Red+Green+Blue) = 250+172+95=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC5F is #0553A0. Grayscale: #BABABA. Windows color (decimal): -349089 or 6270202. OLE color: 6270202.

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

Color convert

RGB25017295-
CMYK00.310.620.02
HSL29.81º93.94%67.65%-
HSV(B)29.81º62%98.04%-
XYZ56.2450.6617.64-
YUV186.5476.34173.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=48.36%
G=33.27%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501729500.310.620.0229.8193.9467.65
HexFAAC5F01F3E21e5e44
Octal37225413703776236136104
Binary11111010101011001011111011111111110101111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC5F; }

 p { color: rgb(250,172,95); }

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

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

 a { background-color: rgb(250,172,95); }

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

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

 span { border-color: rgb(250,172,95); }

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