#F1C43E

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

Shades of Saffron #F1C43E

Tints of Saffron #F1C43E

Color information

#F1C43E (or 0xF1C43E) is unknown color: approx Saffron. HEX triplet: F1, C4 and 3E. RGB value is (241,196,62). Sum of RGB (Red+Green+Blue) = 241+196+62=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C43E is #0E3BC1. Grayscale: #C2C2C2. Windows color (decimal): -932802 or 4113649. OLE color: 4113649.

HSL color Cylindrical-coordinate representation of color #F1C43E: hue angle of 44.92º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1C43E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24119662-
CMYK00.190.740.05
HSL44.92º86.47%59.41%-
HSV(B)44.92º74.27%94.51%-
XYZ56.8958.5312.86-
YUV194.1853.41161.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 62 (24.61% from 255) = 12.42%
R=48.30%
G=39.28%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411966200.190.740.0544.9286.4759.41
HexF1C43E0134A52d563b
Octal3613047602311255512673
Binary111100011100010011111001001110010101011011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C43E; }

 p { color: rgb(241,196,62); }

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

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

 a { background-color: rgb(241,196,62); }

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

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

 span { border-color: rgb(241,196,62); }

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