Html Css Color HEX #F1C030 Saffron

📋 copy color: '#F1C030'

red 241 ◦ green 192 ◦ blue 48

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

Shades of Saffron #F1C030

Tints of Saffron #F1C030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 50.1%
G = 39.92%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1C030 (or 0xF1C030) is known color: Saffron. HEX triplet: F1, C0 and 30. RGB value is (241,192,48). Sum of RGB (Red+Green+Blue) = 241+192+48=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C030 is #0E3FCF. Grayscale: #BEBEBE. Windows color (decimal): -933840 or 3195121. OLE color: 3195121.

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

Color convert

RGB 241 192 48 -
CMYK 0 0.20 0.80 0.05
HSL 44.77º 0.87% 0.57% -
HSV(B) 44.77º 0.8% 0.95% -
XYZ 55.66 56.61 10.79 -
YUV 190.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 241 192 48 0 0.20 0.80 0.05 44.77 0.87 0.57
Hex F1 C0 30 0 14 50 5 2D 57 39
Octal 361 300 60 0 24 120 5 55 127 71
Binary 11110001 11000000 110000 0 10100 1010000 101 101101 1010111 111001

Color Harmonies of #F1C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C030

Black with #F1C030

Text Example


Text Example

White with #F1C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C030; }

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

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

background-color css

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

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

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

border-color css

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

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

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