#F9B46B

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

Shades of Rajah #F9B46B

Tints of Rajah #F9B46B

Color information

#F9B46B (or 0xF9B46B) is unknown color: approx Rajah. HEX triplet: F9, B4 and 6B. RGB value is (249,180,107). Sum of RGB (Red+Green+Blue) = 249+180+107=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B46B is #064B94. Grayscale: #C0C0C0. Windows color (decimal): -412565 or 7058681. OLE color: 7058681.

HSL color Cylindrical-coordinate representation of color #F9B46B: hue angle of 30.85º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9B46B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249180107-
CMYK00.280.570.02
HSL30.85º92.21%69.8%-
HSV(B)30.85º57.03%97.65%-
XYZ58.0453.8421.24-
YUV192.3179.86168.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 107 (42.19% from 255) = 19.96%
R=46.46%
G=33.58%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918010700.280.570.0230.8592.2169.8
HexF9B46B01C3921f5c46
Octal37126415303471237134106
Binary11111001101101001101011011100111001101111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B46B; }

 p { color: rgb(249,180,107); }

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

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

 a { background-color: rgb(249,180,107); }

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

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

 span { border-color: rgb(249,180,107); }

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