#FAB560

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

Shades of Rajah #FAB560

Tints of Rajah #FAB560

Color information

#FAB560 (or 0xFAB560) is unknown color: approx Rajah. HEX triplet: FA, B5 and 60. RGB value is (250,181,96). Sum of RGB (Red+Green+Blue) = 250+181+96=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB560 is #054A9F. Grayscale: #C0C0C0. Windows color (decimal): -346784 or 6338042. OLE color: 6338042.

HSL color Cylindrical-coordinate representation of color #FAB560: hue angle of 33.12º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAB560 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25018196-
CMYK00.280.620.02
HSL33.12º93.9%67.84%-
HSV(B)33.12º61.6%98.04%-
XYZ58.0654.2218.47-
YUV191.9473.86169.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 96 (37.89% from 255) = 18.22%
R=47.44%
G=34.35%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501819600.280.620.0233.1293.967.84
HexFAB56001C3E2215e44
Octal37226514003476241136104
Binary111110101011010111000000111001111101010000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB560; }

 p { color: rgb(250,181,96); }

 H1.HeaderClassName
 {
   color: #FAB560;
 }
 .AnyTagClassName
 {
   color: #FAB560;
 }
</style>
background-color css

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

 a { background-color: rgb(250,181,96); }

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

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

 span { border-color: rgb(250,181,96); }

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