#FDAA5A

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

Shades of Rajah #FDAA5A

Tints of Rajah #FDAA5A

Color information

#FDAA5A (or 0xFDAA5A) is unknown color: approx Rajah. HEX triplet: FD, AA and 5A. RGB value is (253,170,90). Sum of RGB (Red+Green+Blue) = 253+170+90=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA5A is #0255A5. Grayscale: #BABABA. Windows color (decimal): -152998 or 5942013. OLE color: 5942013.

HSL color Cylindrical-coordinate representation of color #FDAA5A: hue angle of 29.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDAA5A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25317090-
CMYK00.330.640.01
HSL29.45º97.6%67.25%-
HSV(B)29.45º64.43%99.22%-
XYZ56.7350.3716.41-
YUV185.774176-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=49.32%
G=33.14%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531709000.330.640.0129.4597.667.25
HexFDAA5A0214011d6243
Octal375252132041100135142103
Binary111111011010101010110100100001100000011110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAA5A; }

 p { color: rgb(253,170,90); }

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

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

 a { background-color: rgb(253,170,90); }

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

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

 span { border-color: rgb(253,170,90); }

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