Html Css Color HEX #F1BF32 Saffron

📋 copy color: '#F1BF32'

red 241 ◦ green 191 ◦ blue 50

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

Shades of Saffron #F1BF32

Tints of Saffron #F1BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.37%

R = 50%
G = 39.63%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1BF32 (or 0xF1BF32) is known color: Saffron. HEX triplet: F1, BF and 32. RGB value is (241,191,50). Sum of RGB (Red+Green+Blue) = 241+191+50=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF32 is #0E40CD. Grayscale: #BEBEBE. Windows color (decimal): -934094 or 3325937. OLE color: 3325937.

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

Color convert

RGB 241 191 50 -
CMYK 0 0.21 0.79 0.05
HSL 44.29º 0.87% 0.57% -
HSV(B) 44.29º 0.79% 0.95% -
XYZ 55.48 56.19 10.94 -
YUV 189.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 241 191 50 0 0.21 0.79 0.05 44.29 0.87 0.57
Hex F1 BF 32 0 15 4F 5 2C 57 39
Octal 361 277 62 0 25 117 5 54 127 71
Binary 11110001 10111111 110010 0 10101 1001111 101 101100 1010111 111001

Color Harmonies of #F1BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF32

Black with #F1BF32

Text Example


Text Example

White with #F1BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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