#F9C23E

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

Shades of Saffron #F9C23E

Tints of Saffron #F9C23E

Color information

#F9C23E (or 0xF9C23E) is unknown color: approx Saffron. HEX triplet: F9, C2 and 3E. RGB value is (249,194,62). Sum of RGB (Red+Green+Blue) = 249+194+62=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C23E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C23E is #063DC1. Grayscale: #C3C3C3. Windows color (decimal): -409026 or 4113145. OLE color: 4113145.

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

Color convert

RGB24919462-
CMYK00.220.750.02
HSL42.35º93.97%60.98%-
HSV(B)42.35º75.1%97.65%-
XYZ59.2359.0712.84-
YUV195.452.72166.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 62 (24.61% from 255) = 12.28%
R=49.31%
G=38.42%
B=12.28%

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
Decimal2491946200.220.750.0242.3593.9760.98
HexF9C23E0164B22a5e3d
Octal3713027602611325213675
Binary11111001110000101111100101101001011101010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C23E; }

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

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

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

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

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

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

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

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