#F1BD37

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

Shades of Saffron #F1BD37

Tints of Saffron #F1BD37

Color information

#F1BD37 (or 0xF1BD37) is unknown color: approx Saffron. HEX triplet: F1, BD and 37. RGB value is (241,189,55). Sum of RGB (Red+Green+Blue) = 241+189+55=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BD37 is #0E42C8. Grayscale: #BDBDBD. Windows color (decimal): -934601 or 3653105. OLE color: 3653105.

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

Color convert

RGB24118955-
CMYK00.220.770.05
HSL43.23º86.92%58.04%-
HSV(B)43.23º77.18%94.51%-
XYZ55.1655.3711.39-
YUV189.2752.23164.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 55 (21.88% from 255) = 11.34%
R=49.69%
G=38.97%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411895500.220.770.0543.2386.9258.04
HexF1BD370164D52b573a
Octal3612756702611555312772
Binary111100011011110111011101011010011011011010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD37; }

 p { color: rgb(241,189,55); }

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

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

 a { background-color: rgb(241,189,55); }

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

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

 span { border-color: rgb(241,189,55); }

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