Html Css Color HEX #F1BF31 Saffron

📋 copy color: '#F1BF31'

red 241 ◦ green 191 ◦ blue 49

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

Shades of Saffron #F1BF31

Tints of Saffron #F1BF31

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

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

R = 50.1%
G = 39.71%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1BF31 (or 0xF1BF31) is known color: Saffron. HEX triplet: F1, BF and 31. RGB value is (241,191,49). Sum of RGB (Red+Green+Blue) = 241+191+49=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF31 is #0E40CE. Grayscale: #BEBEBE. Windows color (decimal): -934095 or 3260401. OLE color: 3260401.

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

Color convert

RGB 241 191 49 -
CMYK 0 0.21 0.80 0.05
HSL 44.38º 0.87% 0.57% -
HSV(B) 44.38º 0.8% 0.95% -
XYZ 55.46 56.18 10.83 -
YUV 189.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 241 191 49 0 0.21 0.80 0.05 44.38 0.87 0.57
Hex F1 BF 31 0 15 50 5 2C 57 39
Octal 361 277 61 0 25 120 5 54 127 71
Binary 11110001 10111111 110001 0 10101 1010000 101 101100 1010111 111001

Color Harmonies of #F1BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF31

Black with #F1BF31

Text Example


Text Example

White with #F1BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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