#FFAB5A

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

Shades of Rajah #FFAB5A

Tints of Rajah #FFAB5A

Color information

#FFAB5A (or 0xFFAB5A) is unknown color: approx 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

RGB25517190-
CMYK00.330.650
HSL29.45º100%67.65%-
HSV(B)29.45º64.71%100%-
XYZ57.6551.1216.5-
YUV186.8873.33176.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551719000.330.65029.4510067.65
HexFFAB5A0214101d6444
Octal377253132041101035144104
Binary111111111010101110110100100001100000101110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>