Html Css Color HEX #F1BA3C Saffron

📋 copy color: '#F1BA3C'

red 241 ◦ green 186 ◦ blue 60

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

Shades of Saffron #F1BA3C

Tints of Saffron #F1BA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 49.49%
G = 38.19%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1BA3C (or 0xF1BA3C) is known color: Saffron. HEX triplet: F1, BA and 3C. RGB value is (241,186,60). Sum of RGB (Red+Green+Blue) = 241+186+60=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA3C is #0E45C3. Grayscale: #BCBCBC. Windows color (decimal): -935364 or 3980017. OLE color: 3980017.

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

Color convert

RGB 241 186 60 -
CMYK 0 0.23 0.75 0.05
HSL 41.77º 0.87% 0.59% -
HSV(B) 41.77º 0.75% 0.95% -
XYZ 54.65 54.14 11.85 -
YUV 188.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 241 186 60 0 0.23 0.75 0.05 41.77 0.87 0.59
Hex F1 BA 3C 0 17 4B 5 2A 57 3B
Octal 361 272 74 0 27 113 5 52 127 73
Binary 11110001 10111010 111100 0 10111 1001011 101 101010 1010111 111011

Color Harmonies of #F1BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA3C

Black with #F1BA3C

Text Example


Text Example

White with #F1BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA3C; }

 p { color: rgb(241,186,60); }

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

background-color css

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

 a { background-color: rgb(241,186,60); }

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

border-color css

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

 span { border-color: rgb(241,186,60); }

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