#F1BD34

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

Shades of Saffron #F1BD34

Tints of Saffron #F1BD34

Color information

#F1BD34 (or 0xF1BD34) is unknown color: approx Saffron. HEX triplet: F1, BD and 34. RGB value is (241,189,52). Sum of RGB (Red+Green+Blue) = 241+189+52=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BD34 is #0E42CB. Grayscale: #BDBDBD. Windows color (decimal): -934604 or 3456497. OLE color: 3456497.

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

Color convert

RGB24118952-
CMYK00.220.780.05
HSL43.49º87.1%57.45%-
HSV(B)43.49º78.42%94.51%-
XYZ55.0955.3411.03-
YUV188.9350.73165.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 52 (20.70% from 255) = 10.79%
R=50%
G=39.21%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411895200.220.780.0543.4987.157.45
HexF1BD340164E52b5739
Octal3612756402611655312771
Binary111100011011110111010001011010011101011010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD34; }

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

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

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

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

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

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

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

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