#FAB661

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

Shades of Rajah #FAB661

Tints of Rajah #FAB661

Color information

#FAB661 (or 0xFAB661) is unknown color: approx Rajah. HEX triplet: FA, B6 and 61. RGB value is (250,182,97). Sum of RGB (Red+Green+Blue) = 250+182+97=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB661 is #05499E. Grayscale: #C1C1C1. Windows color (decimal): -346527 or 6403834. OLE color: 6403834.

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

Color convert

RGB25018297-
CMYK00.270.610.02
HSL33.33º93.87%68.04%-
HSV(B)33.33º61.2%98.04%-
XYZ58.3154.6418.78-
YUV192.6474.03168.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=47.26%
G=34.40%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501829700.270.610.0233.3393.8768.04
HexFAB66101B3D2215e44
Octal37226614103375241136104
Binary111110101011011011000010110111111011010000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB661; }

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

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

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

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

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

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

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

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