#F9B15E

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

Shades of Rajah #F9B15E

Tints of Rajah #F9B15E

Color information

#F9B15E (or 0xF9B15E) is unknown color: approx Rajah. HEX triplet: F9, B1 and 5E. RGB value is (249,177,94). Sum of RGB (Red+Green+Blue) = 249+177+94=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B15E is #064EA1. Grayscale: #BDBDBD. Windows color (decimal): -413346 or 6205945. OLE color: 6205945.

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

Color convert

RGB24917794-
CMYK00.290.620.02
HSL32.13º92.81%67.25%-
HSV(B)32.13º62.25%97.65%-
XYZ56.8152.3917.71-
YUV189.0774.35170.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.88%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 94 (37.11% from 255) = 18.08%
R=47.88%
G=34.04%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491779400.290.620.0232.1392.8167.25
HexF9B15E01D3E2205d43
Octal37126113603576240135103
Binary111110011011000110111100111011111101010000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B15E; }

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

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

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

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

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

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

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

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