#F9B165

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

Shades of Rajah #F9B165

Tints of Rajah #F9B165

Color information

#F9B165 (or 0xF9B165) is unknown color: approx Rajah. HEX triplet: F9, B1 and 65. RGB value is (249,177,101). Sum of RGB (Red+Green+Blue) = 249+177+101=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B165 is #064E9A. Grayscale: #BEBEBE. Windows color (decimal): -413339 or 6664697. OLE color: 6664697.

HSL color Cylindrical-coordinate representation of color #F9B165: hue angle of 30.81º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9B165 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB249177101-
CMYK00.290.590.02
HSL30.81º92.5%68.63%-
HSV(B)30.81º59.44%97.65%-
XYZ57.1452.5219.44-
YUV189.8677.85170.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=47.25%
G=33.59%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917710100.290.590.0230.8192.568.63
HexF9B16501D3B21f5c45
Octal37126114503573237134105
Binary11111001101100011100101011101111011101111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B165; }

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

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

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

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

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

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

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

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