Html Css Color HEX #F1C040 Saffron

📋 copy color: '#F1C040'

red 241 ◦ green 192 ◦ blue 64

#F1C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #F1C040

Tints of Saffron #F1C040

RGB

 RED value IS 241 (94.53% from 255) = 48.49%

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 64 (25.39% from 255) = 12.88%

R = 48.49%
G = 38.63%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1C040 (or 0xF1C040) is known color: Saffron. HEX triplet: F1, C0 and 40. RGB value is (241,192,64). Sum of RGB (Red+Green+Blue) = 241+192+64=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C040 is #0E3FBF. Grayscale: #C0C0C0. Windows color (decimal): -933824 or 4243697. OLE color: 4243697.

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

Color convert

RGB 241 192 64 -
CMYK 0 0.20 0.73 0.05
HSL 43.39º 0.86% 0.6% -
HSV(B) 43.39º 0.73% 0.95% -
XYZ 56.05 56.77 12.85 -
YUV 192.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 241 192 64 0 0.20 0.73 0.05 43.39 0.86 0.6
Hex F1 C0 40 0 14 49 5 2B 56 3C
Octal 361 300 100 0 24 111 5 53 126 74
Binary 11110001 11000000 1000000 0 10100 1001001 101 101011 1010110 111100

Color Harmonies of #F1C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C040

Black with #F1C040

Text Example


Text Example

White with #F1C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C040; }

 p { color: rgb(241,192,64); }

 H1.HeaderClassName
 {
   color: #F1C040;
 }
 .AnyTagClassName
 {
   color: #F1C040;
 }
</style>

background-color css

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

 a { background-color: rgb(241,192,64); }

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

border-color css

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

 span { border-color: rgb(241,192,64); }

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