#F9C13E

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

Shades of Saffron #F9C13E

Tints of Saffron #F9C13E

Color information

#F9C13E (or 0xF9C13E) is unknown color: approx Saffron. HEX triplet: F9, C1 and 3E. RGB value is (249,193,62). Sum of RGB (Red+Green+Blue) = 249+193+62=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C13E is #063EC1. Grayscale: #C3C3C3. Windows color (decimal): -409282 or 4112889. OLE color: 4112889.

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

Color convert

RGB24919362-
CMYK00.220.750.02
HSL42.03º93.97%60.98%-
HSV(B)42.03º75.1%97.65%-
XYZ59.0158.6312.76-
YUV194.8153.05166.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 62 (24.61% from 255) = 12.30%
R=49.40%
G=38.29%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491936200.220.750.0242.0393.9760.98
HexF9C13E0164B22a5e3d
Octal3713017602611325213675
Binary11111001110000011111100101101001011101010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C13E; }

 p { color: rgb(249,193,62); }

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

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

 a { background-color: rgb(249,193,62); }

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

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

 span { border-color: rgb(249,193,62); }

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