#F9B060

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

Shades of Rajah #F9B060

Tints of Rajah #F9B060

Color information

#F9B060 (or 0xF9B060) is unknown color: approx Rajah. HEX triplet: F9, B0 and 60. RGB value is (249,176,96). Sum of RGB (Red+Green+Blue) = 249+176+96=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B060 is #064F9F. Grayscale: #BDBDBD. Windows color (decimal): -413600 or 6336761. OLE color: 6336761.

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

Color convert

RGB24917696-
CMYK00.290.610.02
HSL31.37º92.73%67.65%-
HSV(B)31.37º61.45%97.65%-
XYZ56.752.0318.12-
YUV188.7175.68171-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=47.79%
G=33.78%
B=18.43%

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
Decimal2491769600.290.610.0231.3792.7367.65
HexF9B06001D3D21f5d44
Octal37126014003575237135104
Binary11111001101100001100000011101111101101111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B060; }

 p { color: rgb(249,176,96); }

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

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

 a { background-color: rgb(249,176,96); }

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

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

 span { border-color: rgb(249,176,96); }

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