#F9B260

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

Shades of Rajah #F9B260

Tints of Rajah #F9B260

Color information

#F9B260 (or 0xF9B260) is unknown color: approx Rajah. HEX triplet: F9, B2 and 60. RGB value is (249,178,96). Sum of RGB (Red+Green+Blue) = 249+178+96=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B260 is #064D9F. Grayscale: #BEBEBE. Windows color (decimal): -413088 or 6337273. OLE color: 6337273.

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

Color convert

RGB24917896-
CMYK00.290.610.02
HSL32.16º92.73%67.65%-
HSV(B)32.16º61.45%97.65%-
XYZ57.152.8318.25-
YUV189.8875.02170.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=47.61%
G=34.03%
B=18.36%

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
Decimal2491789600.290.610.0232.1692.7367.65
HexF9B26001D3D2205d44
Octal37126214003575240135104
Binary111110011011001011000000111011111011010000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B260; }

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

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

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

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

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

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

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

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