#F9C241

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

Shades of Saffron #F9C241

Tints of Saffron #F9C241

Color information

#F9C241 (or 0xF9C241) is unknown color: approx Saffron. HEX triplet: F9, C2 and 41. RGB value is (249,194,65). Sum of RGB (Red+Green+Blue) = 249+194+65=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C241 is #063DBE. Grayscale: #C4C4C4. Windows color (decimal): -409023 or 4309753. OLE color: 4309753.

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

Color convert

RGB24919465-
CMYK00.220.740.02
HSL42.07º93.88%61.57%-
HSV(B)42.07º73.9%97.65%-
XYZ59.3159.113.28-
YUV195.7454.22165.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 65 (25.78% from 255) = 12.80%
R=49.02%
G=38.19%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491946500.220.740.0242.0793.8861.57
HexF9C2410164A22a5e3e
Octal37130210102611225213676
Binary111110011100001010000010101101001010101010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C241; }

 p { color: rgb(249,194,65); }

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

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

 a { background-color: rgb(249,194,65); }

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

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

 span { border-color: rgb(249,194,65); }

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