#FAB463

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

Shades of Rajah #FAB463

Tints of Rajah #FAB463

Color information

#FAB463 (or 0xFAB463) is unknown color: approx Rajah. HEX triplet: FA, B4 and 63. RGB value is (250,180,99). Sum of RGB (Red+Green+Blue) = 250+180+99=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB463 is #054B9C. Grayscale: #C0C0C0. Windows color (decimal): -347037 or 6534394. OLE color: 6534394.

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

Color convert

RGB25018099-
CMYK00.280.600.02
HSL32.19º93.79%68.43%-
HSV(B)32.19º60.4%98.04%-
XYZ5853.8719.15-
YUV191.775.69169.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=47.26%
G=34.03%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501809900.280.600.0232.1993.7968.43
HexFAB46301C3C2205e44
Octal37226414303474240136104
Binary111110101011010011000110111001111001010000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB463; }

 p { color: rgb(250,180,99); }

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

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

 a { background-color: rgb(250,180,99); }

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

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

 span { border-color: rgb(250,180,99); }

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