#F1BF34

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

Shades of Saffron #F1BF34

Tints of Saffron #F1BF34

Color information

#F1BF34 (or 0xF1BF34) is unknown color: approx Saffron. HEX triplet: F1, BF and 34. RGB value is (241,191,52). Sum of RGB (Red+Green+Blue) = 241+191+52=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF34 is #0E40CB. Grayscale: #BEBEBE. Windows color (decimal): -934092 or 3457009. OLE color: 3457009.

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

Color convert

RGB24119152-
CMYK00.210.780.05
HSL44.13º87.1%57.45%-
HSV(B)44.13º78.42%94.51%-
XYZ55.5356.2111.17-
YUV190.150.06164.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 52 (20.70% from 255) = 10.74%
R=49.79%
G=39.46%
B=10.74%

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
Decimal2411915200.210.780.0544.1387.157.45
HexF1BF340154E52c5739
Octal3612776402511655412771
Binary111100011011111111010001010110011101011011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF34; }

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

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

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

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

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

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

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

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