#F9B162

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

Shades of Rajah #F9B162

Tints of Rajah #F9B162

Color information

#F9B162 (or 0xF9B162) is unknown color: approx Rajah. HEX triplet: F9, B1 and 62. RGB value is (249,177,98). Sum of RGB (Red+Green+Blue) = 249+177+98=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B162 is #064E9D. Grayscale: #BDBDBD. Windows color (decimal): -413342 or 6468089. OLE color: 6468089.

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

Color convert

RGB24917798-
CMYK00.290.610.02
HSL31.39º92.64%68.04%-
HSV(B)31.39º60.64%97.65%-
XYZ56.9952.4718.68-
YUV189.5276.35170.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.52%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 98 (38.67% from 255) = 18.70%
R=47.52%
G=33.78%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491779800.290.610.0231.3992.6468.04
HexF9B16201D3D21f5d44
Octal37126114203575237135104
Binary11111001101100011100010011101111101101111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B162; }

 p { color: rgb(249,177,98); }

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

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

 a { background-color: rgb(249,177,98); }

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

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

 span { border-color: rgb(249,177,98); }

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