#F9AC40

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

Shades of Yellow Orange #F9AC40

Tints of Yellow Orange #F9AC40

Color information

#F9AC40 (or 0xF9AC40) is unknown color: approx Yellow Orange. HEX triplet: F9, AC and 40. RGB value is (249,172,64). Sum of RGB (Red+Green+Blue) = 249+172+64=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AC40 is #0653BF. Grayscale: #B7B7B7. Windows color (decimal): -414656 or 4238585. OLE color: 4238585.

HSL color Cylindrical-coordinate representation of color #F9AC40: hue angle of 35.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9AC40 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB24917264-
CMYK00.310.740.02
HSL35.03º93.91%61.37%-
HSV(B)35.03º74.3%97.65%-
XYZ54.7450.0111.62-
YUV182.7161.01175.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 64 (25.39% from 255) = 13.20%
R=51.34%
G=35.46%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491726400.310.740.0235.0393.9161.37
HexF9AC4001F4A2235e3d
Octal37125410003711224313675
Binary111110011010110010000000111111001010101000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC40; }

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

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

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

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

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

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

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

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