#FAB965

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

Shades of Rajah #FAB965

Tints of Rajah #FAB965

Color information

#FAB965 (or 0xFAB965) is unknown color: approx Rajah. HEX triplet: FA, B9 and 65. RGB value is (250,185,101). Sum of RGB (Red+Green+Blue) = 250+185+101=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB965 is #05469A. Grayscale: #C3C3C3. Windows color (decimal): -345755 or 6666746. OLE color: 6666746.

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

Color convert

RGB250185101-
CMYK00.260.600.02
HSL33.83º93.71%68.82%-
HSV(B)33.83º59.6%98.04%-
XYZ59.1255.9620-
YUV194.8675.03167.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 101 (39.84% from 255) = 18.84%
R=46.64%
G=34.51%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018510100.260.600.0233.8393.7168.82
HexFAB96501A3C2225e45
Octal37227114503274242136105
Binary111110101011100111001010110101111001010001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB965; }

 p { color: rgb(250,185,101); }

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

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

 a { background-color: rgb(250,185,101); }

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

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

 span { border-color: rgb(250,185,101); }

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