#FABA27

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

Shades of Saffron #FABA27

Tints of Saffron #FABA27

Color information

#FABA27 (or 0xFABA27) is unknown color: approx Saffron. HEX triplet: FA, BA and 27. RGB value is (250,186,39). Sum of RGB (Red+Green+Blue) = 250+186+39=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA27 is #0545D8. Grayscale: #BDBDBD. Windows color (decimal): -345561 or 2603770. OLE color: 2603770.

HSL color Cylindrical-coordinate representation of color #FABA27: hue angle of 41.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FABA27 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB25018639-
CMYK00.260.840.02
HSL41.8º95.48%56.67%-
HSV(B)41.8º84.4%98.04%-
XYZ57.3555.599.63-
YUV188.3843.7171.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.63%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 39 (15.62% from 255) = 8.21%
R=52.63%
G=39.16%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501863900.260.840.0241.895.4856.67
HexFABA2701A5422a5f39
Octal3722724703212425213771
Binary11111010101110101001110110101010100101010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA27; }

 p { color: rgb(250,186,39); }

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

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

 a { background-color: rgb(250,186,39); }

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

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

 span { border-color: rgb(250,186,39); }

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