#FAB561

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

Shades of Rajah #FAB561

Tints of Rajah #FAB561

Color information

#FAB561 (or 0xFAB561) is unknown color: approx Rajah. HEX triplet: FA, B5 and 61. RGB value is (250,181,97). Sum of RGB (Red+Green+Blue) = 250+181+97=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB561 is #054A9E. Grayscale: #C0C0C0. Windows color (decimal): -346783 or 6403578. OLE color: 6403578.

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

Color convert

RGB25018197-
CMYK00.280.610.02
HSL32.94º93.87%68.04%-
HSV(B)32.94º61.2%98.04%-
XYZ58.1154.2318.72-
YUV192.0674.36169.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=47.35%
G=34.28%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501819700.280.610.0232.9493.8768.04
HexFAB56101C3D2215e44
Octal37226514103475241136104
Binary111110101011010111000010111001111011010000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB561; }

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

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

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

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

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

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

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

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