#FAAC5E

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

Shades of Rajah #FAAC5E

Tints of Rajah #FAAC5E

Color information

#FAAC5E (or 0xFAAC5E) is unknown color: approx Rajah. HEX triplet: FA, AC and 5E. RGB value is (250,172,94). Sum of RGB (Red+Green+Blue) = 250+172+94=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC5E is #0553A1. Grayscale: #BABABA. Windows color (decimal): -349090 or 6204666. OLE color: 6204666.

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

Color convert

RGB25017294-
CMYK00.310.620.02
HSL30º93.98%67.45%-
HSV(B)30º62.4%98.04%-
XYZ56.250.6417.4-
YUV186.4375.84173.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 18.22%
R=48.45%
G=33.33%
B=18.22%

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
Decimal2501729400.310.620.023093.9867.45
HexFAAC5E01F3E21e5e43
Octal37225413603776236136103
Binary11111010101011001011110011111111110101111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC5E; }

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

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

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

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

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

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

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

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