Html Css Color HEX #FFAB5A Rajah

📋 copy color: '#FFAB5A'

red 255 ◦ green 171 ◦ blue 90

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

Shades of Rajah #FFAB5A

Tints of Rajah #FFAB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 49.42%
G = 33.14%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFAB5A (or 0xFFAB5A) is known color: Rajah. HEX triplet: FF, AB and 5A. RGB value is (255,171,90). Sum of RGB (Red+Green+Blue) = 255+171+90=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB5A is #0054A5. Grayscale: #BBBBBB. Windows color (decimal): -21670 or 5942271. OLE color: 5942271.

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

Color convert

RGB 255 171 90 -
CMYK 0 0.33 0.65 0
HSL 29.45º 1% 0.68% -
HSV(B) 29.45º 0.65% 1% -
XYZ 57.65 51.12 16.5 -
YUV 186.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 255 171 90 0 0.33 0.65 0 29.45 1 0.68
Hex FF AB 5A 0 21 41 0 1D 64 44
Octal 377 253 132 0 41 101 0 35 144 104
Binary 11111111 10101011 1011010 0 100001 1000001 0 11101 1100100 1000100

Color Harmonies of #FFAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB5A

Black with #FFAB5A

Text Example


Text Example

White with #FFAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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