Html Css Color HEX #FDAB5E Rajah

📋 copy color: '#FDAB5E'

red 253 ◦ green 171 ◦ blue 94

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

Shades of Rajah #FDAB5E

Tints of Rajah #FDAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.01%

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

R = 48.84%
G = 33.01%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDAB5E (or 0xFDAB5E) is known color: Rajah. HEX triplet: FD, AB and 5E. RGB value is (253,171,94). Sum of RGB (Red+Green+Blue) = 253+171+94=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB5E is #0254A1. Grayscale: #BBBBBB. Windows color (decimal): -152738 or 6204413. OLE color: 6204413.

HSL color Cylindrical-coordinate representation of color #FDAB5E: hue angle of 29.06º 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 #FDAB5E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 94 -
CMYK 0 0.32 0.63 0.01
HSL 29.06º 0.98% 0.68% -
HSV(B) 29.06º 0.63% 0.99% -
XYZ 57.09 50.82 17.39 -
YUV 186.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 253 171 94 0 0.32 0.63 0.01 29.06 0.98 0.68
Hex FD AB 5E 0 20 3F 1 1D 62 44
Octal 375 253 136 0 40 77 1 35 142 104
Binary 11111101 10101011 1011110 0 100000 111111 1 11101 1100010 1000100

Color Harmonies of #FDAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB5E

Black with #FDAB5E

Text Example


Text Example

White with #FDAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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