#FAB263

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

Shades of Rajah #FAB263

Tints of Rajah #FAB263

Color information

#FAB263 (or 0xFAB263) is unknown color: approx Rajah. HEX triplet: FA, B2 and 63. RGB value is (250,178,99). Sum of RGB (Red+Green+Blue) = 250+178+99=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB263 is #054D9C. Grayscale: #BEBEBE. Windows color (decimal): -347549 or 6533882. OLE color: 6533882.

HSL color Cylindrical-coordinate representation of color #FAB263: hue angle of 31.39º 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 #FAB263 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB25017899-
CMYK00.290.600.02
HSL31.39º93.79%68.43%-
HSV(B)31.39º60.4%98.04%-
XYZ57.653.0719.01-
YUV190.5276.35170.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=47.44%
G=33.78%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501789900.290.600.0231.3993.7968.43
HexFAB26301D3C21f5e44
Octal37226214303574237136104
Binary11111010101100101100011011101111100101111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB263; }

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

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

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

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

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

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

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

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