#F1B062

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

Shades of Rajah #F1B062

Tints of Rajah #F1B062

Color information

#F1B062 (or 0xF1B062) is unknown color: approx Rajah. HEX triplet: F1, B0 and 62. RGB value is (241,176,98). Sum of RGB (Red+Green+Blue) = 241+176+98=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B062 is #0E4F9D. Grayscale: #BABABA. Windows color (decimal): -937886 or 6467825. OLE color: 6467825.

HSL color Cylindrical-coordinate representation of color #F1B062: hue angle of 32.73º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1B062 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24117698-
CMYK00.270.590.05
HSL32.73º83.63%66.47%-
HSV(B)32.73º59.34%94.51%-
XYZ54.0150.6318.48-
YUV186.5478.03166.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 98 (38.67% from 255) = 19.03%
R=46.80%
G=34.17%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411769800.270.590.0532.7383.6366.47
HexF1B06201B3B5215442
Octal36126014203373541124102
Binary1111000110110000110001001101111101110110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B062; }

 p { color: rgb(241,176,98); }

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

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

 a { background-color: rgb(241,176,98); }

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

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

 span { border-color: rgb(241,176,98); }

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