Html Css Color HEX #F1C03A Saffron

📋 copy color: '#F1C03A'

red 241 ◦ green 192 ◦ blue 58

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

Shades of Saffron #F1C03A

Tints of Saffron #F1C03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.81%

R = 49.08%
G = 39.1%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1C03A (or 0xF1C03A) is known color: Saffron. HEX triplet: F1, C0 and 3A. RGB value is (241,192,58). Sum of RGB (Red+Green+Blue) = 241+192+58=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C03A is #0E3FC5. Grayscale: #BFBFBF. Windows color (decimal): -933830 or 3850481. OLE color: 3850481.

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

Color convert

RGB 241 192 58 -
CMYK 0 0.20 0.76 0.05
HSL 43.93º 0.87% 0.59% -
HSV(B) 43.93º 0.76% 0.95% -
XYZ 55.89 56.71 12 -
YUV 191.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 241 192 58 0 0.20 0.76 0.05 43.93 0.87 0.59
Hex F1 C0 3A 0 14 4C 5 2C 57 3B
Octal 361 300 72 0 24 114 5 54 127 73
Binary 11110001 11000000 111010 0 10100 1001100 101 101100 1010111 111011

Color Harmonies of #F1C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C03A

Black with #F1C03A

Text Example


Text Example

White with #F1C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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