#F1BE32

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

Shades of Saffron #F1BE32

Tints of Saffron #F1BE32

Color information

#F1BE32 (or 0xF1BE32) is unknown color: approx Saffron. HEX triplet: F1, BE and 32. RGB value is (241,190,50). Sum of RGB (Red+Green+Blue) = 241+190+50=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BE32 is #0E41CD. Grayscale: #BDBDBD. Windows color (decimal): -934350 or 3325681. OLE color: 3325681.

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

Color convert

RGB24119050-
CMYK00.210.790.05
HSL43.98º87.21%57.06%-
HSV(B)43.98º79.25%94.51%-
XYZ55.2655.7610.87-
YUV189.2949.4164.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 50 (19.92% from 255) = 10.40%
R=50.10%
G=39.50%
B=10.40%

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
Decimal2411905000.210.790.0543.9887.2157.06
HexF1BE320154F52c5739
Octal3612766202511755412771
Binary111100011011111011001001010110011111011011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE32; }

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

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

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

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

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

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

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

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