#F9AB40

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

Shades of Yellow Orange #F9AB40

Tints of Yellow Orange #F9AB40

Color information

#F9AB40 (or 0xF9AB40) is unknown color: approx Yellow Orange. HEX triplet: F9, AB and 40. RGB value is (249,171,64). Sum of RGB (Red+Green+Blue) = 249+171+64=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AB40 is #0654BF. Grayscale: #B6B6B6. Windows color (decimal): -414912 or 4238329. OLE color: 4238329.

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

Color convert

RGB24917164-
CMYK00.310.740.02
HSL34.7º93.91%61.37%-
HSV(B)34.7º74.3%97.65%-
XYZ54.5649.6411.56-
YUV182.1261.34175.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.45%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 64 (25.39% from 255) = 13.22%
R=51.45%
G=35.33%
B=13.22%

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
Decimal2491716400.310.740.0234.793.9161.37
HexF9AB4001F4A2235e3d
Octal37125310003711224313675
Binary111110011010101110000000111111001010101000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AB40; }

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

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

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

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

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

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

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

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