#F1BE33

Color #F1BE33 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F1BE33

Tints of Saffron #F1BE33

Color information

#F1BE33 (or 0xF1BE33) is unknown color: approx Saffron. HEX triplet: F1, BE and 33. RGB value is (241,190,51). Sum of RGB (Red+Green+Blue) = 241+190+51=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BE33 is #0E41CC. Grayscale: #BEBEBE. Windows color (decimal): -934349 or 3391217. OLE color: 3391217.

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

Color convert

RGB24119051-
CMYK00.210.790.05
HSL43.89º87.16%57.25%-
HSV(B)43.89º78.84%94.51%-
XYZ55.2955.7710.98-
YUV189.449.9164.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 51 (20.31% from 255) = 10.58%
R=50%
G=39.42%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411905100.210.790.0543.8987.1657.25
HexF1BE330154F52c5739
Octal3612766302511755412771
Binary111100011011111011001101010110011111011011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE33; }

 p { color: rgb(241,190,51); }

 H1.HeaderClassName
 {
   color: #F1BE33;
 }
 .AnyTagClassName
 {
   color: #F1BE33;
 }
</style>
background-color css

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

 a { background-color: rgb(241,190,51); }

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

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

 span { border-color: rgb(241,190,51); }

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