Html Css Color HEX #F1BA39 Saffron

📋 copy color: '#F1BA39'

red 241 ◦ green 186 ◦ blue 57

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

Shades of Saffron #F1BA39

Tints of Saffron #F1BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.78%

R = 49.79%
G = 38.43%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1BA39 (or 0xF1BA39) is known color: Saffron. HEX triplet: F1, BA and 39. RGB value is (241,186,57). Sum of RGB (Red+Green+Blue) = 241+186+57=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA39 is #0E45C6. Grayscale: #BCBCBC. Windows color (decimal): -935367 or 3783409. OLE color: 3783409.

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

Color convert

RGB 241 186 57 -
CMYK 0 0.23 0.76 0.05
HSL 42.07º 0.87% 0.58% -
HSV(B) 42.07º 0.76% 0.95% -
XYZ 54.57 54.11 11.44 -
YUV 187.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 241 186 57 0 0.23 0.76 0.05 42.07 0.87 0.58
Hex F1 BA 39 0 17 4C 5 2A 57 3A
Octal 361 272 71 0 27 114 5 52 127 72
Binary 11110001 10111010 111001 0 10111 1001100 101 101010 1010111 111010

Color Harmonies of #F1BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA39

Black with #F1BA39

Text Example


Text Example

White with #F1BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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