Html Css Color HEX #F1C731 Saffron

📋 copy color: '#F1C731'

red 241 ◦ green 199 ◦ blue 49

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

Shades of Saffron #F1C731

Tints of Saffron #F1C731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

 BLUE value IS 49 (19.53% from 255) = 10.02%

R = 49.28%
G = 40.7%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1C731 (or 0xF1C731) is known color: Saffron. HEX triplet: F1, C7 and 31. RGB value is (241,199,49). Sum of RGB (Red+Green+Blue) = 241+199+49=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C731 is #0E38CE. Grayscale: #C3C3C3. Windows color (decimal): -932047 or 3262449. OLE color: 3262449.

HSL color Cylindrical-coordinate representation of color #F1C731: hue angle of 46.88º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1C731 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 49 -
CMYK 0 0.17 0.80 0.05
HSL 46.88º 0.87% 0.57% -
HSV(B) 46.88º 0.8% 0.95% -
XYZ 57.25 59.77 11.42 -
YUV 194.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 241 199 49 0 0.17 0.80 0.05 46.88 0.87 0.57
Hex F1 C7 31 0 11 50 5 2F 57 39
Octal 361 307 61 0 21 120 5 57 127 71
Binary 11110001 11000111 110001 0 10001 1010000 101 101111 1010111 111001

Color Harmonies of #F1C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C731

Black with #F1C731

Text Example


Text Example

White with #F1C731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C731; }

 p { color: rgb(241,199,49); }

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

background-color css

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

 a { background-color: rgb(241,199,49); }

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

border-color css

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

 span { border-color: rgb(241,199,49); }

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