Html Css Color HEX #F1C340 Saffron

📋 copy color: '#F1C340'

red 241 ◦ green 195 ◦ blue 64

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

Shades of Saffron #F1C340

Tints of Saffron #F1C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

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

R = 48.2%
G = 39%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1C340 (or 0xF1C340) is known color: Saffron. HEX triplet: F1, C3 and 40. RGB value is (241,195,64). Sum of RGB (Red+Green+Blue) = 241+195+64=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C340 is #0E3CBF. Grayscale: #C2C2C2. Windows color (decimal): -933056 or 4244465. OLE color: 4244465.

HSL color Cylindrical-coordinate representation of color #F1C340: hue angle of 44.41º 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 #F1C340 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 195 64 -
CMYK 0 0.19 0.73 0.05
HSL 44.41º 0.86% 0.6% -
HSV(B) 44.41º 0.73% 0.95% -
XYZ 56.72 58.1 13.08 -
YUV 193.82 54.74 161.65 -
System Red Green Blue C M Y K H S L
Decimal 241 195 64 0 0.19 0.73 0.05 44.41 0.86 0.6
Hex F1 C3 40 0 13 49 5 2C 56 3C
Octal 361 303 100 0 23 111 5 54 126 74
Binary 11110001 11000011 1000000 0 10011 1001001 101 101100 1010110 111100

Color Harmonies of #F1C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C340

Black with #F1C340

Text Example


Text Example

White with #F1C340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C340; }

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

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

background-color css

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

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

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

border-color css

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

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

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