#F9BA2C

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

Shades of Saffron #F9BA2C

Tints of Saffron #F9BA2C

Color information

#F9BA2C (or 0xF9BA2C) is unknown color: approx Saffron. HEX triplet: F9, BA and 2C. RGB value is (249,186,44). Sum of RGB (Red+Green+Blue) = 249+186+44=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA2C is #0645D3. Grayscale: #BDBDBD. Windows color (decimal): -411092 or 2931449. OLE color: 2931449.

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

Color convert

RGB24918644-
CMYK00.250.820.02
HSL41.56º94.47%57.45%-
HSV(B)41.56º82.33%97.65%-
XYZ57.0855.4410.08-
YUV188.6546.37171.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 44 (17.58% from 255) = 9.19%
R=51.98%
G=38.83%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491864400.250.820.0241.5694.4757.45
HexF9BA2C0195222a5e39
Octal3712725403112225213671
Binary11111001101110101011000110011010010101010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA2C; }

 p { color: rgb(249,186,44); }

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

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

 a { background-color: rgb(249,186,44); }

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

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

 span { border-color: rgb(249,186,44); }

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