#FEBA26

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

Shades of Saffron #FEBA26

Tints of Saffron #FEBA26

Color information

#FEBA26 (or 0xFEBA26) is unknown color: approx Saffron. HEX triplet: FE, BA and 26. RGB value is (254,186,38). Sum of RGB (Red+Green+Blue) = 254+186+38=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA26 is #0145D9. Grayscale: #BEBEBE. Windows color (decimal): -83418 or 2538238. OLE color: 2538238.

HSL color Cylindrical-coordinate representation of color #FEBA26: hue angle of 41.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEBA26 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB25418638-
CMYK00.270.850.00
HSL41.11º99.08%57.25%-
HSV(B)41.11º85.04%99.61%-
XYZ58.7856.339.61-
YUV189.4642.53174.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.14%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 38 (15.23% from 255) = 7.95%
R=53.14%
G=38.91%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541863800.270.850.0041.1199.0857.25
HexFEBA2601B550296339
Octal3762724603312505114371
Binary1111111010111010100110011011101010101010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA26; }

 p { color: rgb(254,186,38); }

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

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

 a { background-color: rgb(254,186,38); }

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

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

 span { border-color: rgb(254,186,38); }

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