#F1BE36

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

Shades of Saffron #F1BE36

Tints of Saffron #F1BE36

Color information

#F1BE36 (or 0xF1BE36) is unknown color: approx Saffron. HEX triplet: F1, BE and 36. RGB value is (241,190,54). Sum of RGB (Red+Green+Blue) = 241+190+54=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BE36 is #0E41C9. Grayscale: #BEBEBE. Windows color (decimal): -934346 or 3587825. OLE color: 3587825.

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

Color convert

RGB24119054-
CMYK00.210.780.05
HSL43.64º86.98%57.84%-
HSV(B)43.64º77.59%94.51%-
XYZ55.3555.7911.34-
YUV189.7451.4164.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 54 (21.48% from 255) = 11.13%
R=49.69%
G=39.18%
B=11.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411905400.210.780.0543.6486.9857.84
HexF1BE360154E52c573a
Octal3612766602511655412772
Binary111100011011111011011001010110011101011011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE36; }

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

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

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

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

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

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

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

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