#F9AC64

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

Shades of Rajah #F9AC64

Tints of Rajah #F9AC64

Color information

#F9AC64 (or 0xF9AC64) is unknown color: approx Rajah. HEX triplet: F9, AC and 64. RGB value is (249,172,100). Sum of RGB (Red+Green+Blue) = 249+172+100=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AC64 is #06539B. Grayscale: #BBBBBB. Windows color (decimal): -414620 or 6597881. OLE color: 6597881.

HSL color Cylindrical-coordinate representation of color #F9AC64: hue angle of 28.99º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9AC64 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB249172100-
CMYK00.310.600.02
HSL28.99º92.55%68.43%-
HSV(B)28.99º59.84%97.65%-
XYZ56.1250.5618.86-
YUV186.8279.01172.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 100 (39.45% from 255) = 19.19%
R=47.79%
G=33.01%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917210000.310.600.0228.9992.5568.43
HexF9AC6401F3C21d5d44
Octal37125414403774235135104
Binary11111001101011001100100011111111100101110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC64; }

 p { color: rgb(249,172,100); }

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

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

 a { background-color: rgb(249,172,100); }

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

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

 span { border-color: rgb(249,172,100); }

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