Html Css Color HEX #FDAA5E Rajah

📋 copy color: '#FDAA5E'

red 253 ◦ green 170 ◦ blue 94

#FDAA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FDAA5E

Tints of Rajah #FDAA5E

RGB

 RED value IS 253 (99.22% from 255) = 48.94%

 GREEN value IS 170 (66.8% from 255) = 32.88%

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 48.94%
G = 32.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDAA5E (or 0xFDAA5E) is known color: Rajah. HEX triplet: FD, AA and 5E. RGB value is (253,170,94). Sum of RGB (Red+Green+Blue) = 253+170+94=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA5E is #0255A1. Grayscale: #BABABA. Windows color (decimal): -152994 or 6204157. OLE color: 6204157.

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

Color convert

RGB 253 170 94 -
CMYK 0 0.33 0.63 0.01
HSL 28.68º 0.98% 0.68% -
HSV(B) 28.68º 0.63% 0.99% -
XYZ 56.9 50.44 17.33 -
YUV 186.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 253 170 94 0 0.33 0.63 0.01 28.68 0.98 0.68
Hex FD AA 5E 0 21 3F 1 1D 62 44
Octal 375 252 136 0 41 77 1 35 142 104
Binary 11111101 10101010 1011110 0 100001 111111 1 11101 1100010 1000100

Color Harmonies of #FDAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA5E

Black with #FDAA5E

Text Example


Text Example

White with #FDAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA5E; }

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

 H1.HeaderClassName
 {
   color: #FDAA5E;
 }
 .AnyTagClassName
 {
   color: #FDAA5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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