#FEB915

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

Shades of Dark Tangerine #FEB915

Tints of Dark Tangerine #FEB915

Color information

#FEB915 (or 0xFEB915) is unknown color: approx Dark Tangerine. HEX triplet: FE, B9 and 15. RGB value is (254,185,21). Sum of RGB (Red+Green+Blue) = 254+185+21=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB915 is #0146EA. Grayscale: #BBBBBB. Windows color (decimal): -83691 or 1423870. OLE color: 1423870.

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

Color convert

RGB25418521-
CMYK00.270.920.00
HSL42.23º99.15%53.92%-
HSV(B)42.23º91.73%99.61%-
XYZ58.3655.828.41-
YUV186.9434.36175.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.22%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 21 (8.59% from 255) = 4.57%
R=55.22%
G=40.22%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541852100.270.920.0042.2399.1553.92
HexFEB91501B5C02a6336
Octal3762712503313405214366
Binary111111101011100110101011011101110001010101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB915; }

 p { color: rgb(254,185,21); }

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

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

 a { background-color: rgb(254,185,21); }

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

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

 span { border-color: rgb(254,185,21); }

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