Html Css Color HEX #FFAB5E Rajah

📋 copy color: '#FFAB5E'

red 255 ◦ green 171 ◦ blue 94

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

Shades of Rajah #FFAB5E

Tints of Rajah #FFAB5E

RGB

 RED value IS 255 (100% from 255) = 49.04%

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

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

R = 49.04%
G = 32.88%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFAB5E (or 0xFFAB5E) is known color: Rajah. HEX triplet: FF, AB and 5E. RGB value is (255,171,94). Sum of RGB (Red+Green+Blue) = 255+171+94=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB5E is #0054A1. Grayscale: #BBBBBB. Windows color (decimal): -21666 or 6204415. OLE color: 6204415.

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

Color convert

RGB 255 171 94 -
CMYK 0 0.33 0.63 0
HSL 28.7º 1% 0.68% -
HSV(B) 28.7º 0.63% 1% -
XYZ 57.82 51.19 17.42 -
YUV 187.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 255 171 94 0 0.33 0.63 0 28.7 1 0.68
Hex FF AB 5E 0 21 3F 0 1D 64 44
Octal 377 253 136 0 41 77 0 35 144 104
Binary 11111111 10101011 1011110 0 100001 111111 0 11101 1100100 1000100

Color Harmonies of #FFAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB5E

Black with #FFAB5E

Text Example


Text Example

White with #FFAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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