#F9B65F

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

Shades of Rajah #F9B65F

Tints of Rajah #F9B65F

Color information

#F9B65F (or 0xF9B65F) is unknown color: approx Rajah. HEX triplet: F9, B6 and 5F. RGB value is (249,182,95). Sum of RGB (Red+Green+Blue) = 249+182+95=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B65F is #0649A0. Grayscale: #C0C0C0. Windows color (decimal): -412065 or 6272761. OLE color: 6272761.

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

Color convert

RGB24918295-
CMYK00.270.620.02
HSL33.9º92.77%67.45%-
HSV(B)33.9º61.85%97.65%-
XYZ57.8654.4218.28-
YUV192.1173.2168.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.34%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=47.34%
G=34.60%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491829500.270.620.0233.992.7767.45
HexF9B65F01B3E2225d43
Octal37126613703376242135103
Binary111110011011011010111110110111111101010001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B65F; }

 p { color: rgb(249,182,95); }

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

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

 a { background-color: rgb(249,182,95); }

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

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

 span { border-color: rgb(249,182,95); }

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