#FAB56D

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

Shades of Rajah #FAB56D

Tints of Rajah #FAB56D

Color information

#FAB56D (or 0xFAB56D) is unknown color: approx Rajah. HEX triplet: FA, B5 and 6D. RGB value is (250,181,109). Sum of RGB (Red+Green+Blue) = 250+181+109=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB56D is #054A92. Grayscale: #C1C1C1. Windows color (decimal): -346771 or 7190010. OLE color: 7190010.

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

Color convert

RGB250181109-
CMYK00.280.560.02
HSL30.64º93.38%70.39%-
HSV(B)30.64º56.4%98.04%-
XYZ58.7154.4821.89-
YUV193.4280.36168.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 109 (42.97% from 255) = 20.19%
R=46.30%
G=33.52%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018110900.280.560.0230.6493.3870.39
HexFAB56D01C3821f5d46
Octal37226515503470237135106
Binary11111010101101011101101011100111000101111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB56D; }

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

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

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

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

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

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

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

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