#FEB019

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

Shades of Dark Tangerine #FEB019

Tints of Dark Tangerine #FEB019

Color information

#FEB019 (or 0xFEB019) is unknown color: approx Dark Tangerine. HEX triplet: FE, B0 and 19. RGB value is (254,176,25). Sum of RGB (Red+Green+Blue) = 254+176+25=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB019 is #014FE6. Grayscale: #B6B6B6. Windows color (decimal): -85991 or 1683710. OLE color: 1683710.

HSL color Cylindrical-coordinate representation of color #FEB019: hue angle of 39.56º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEB019 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB25417625-
CMYK00.310.900.00
HSL39.56º99.13%54.71%-
HSV(B)39.56º90.16%99.61%-
XYZ56.5752.198.01-
YUV182.1139.34179.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.82%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 25 (10.16% from 255) = 5.49%
R=55.82%
G=38.68%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541762500.310.900.0039.5699.1354.71
HexFEB01901F5A0286337
Octal3762603103713205014367
Binary111111101011000011001011111101101001010001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB019; }

 p { color: rgb(254,176,25); }

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

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

 a { background-color: rgb(254,176,25); }

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

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

 span { border-color: rgb(254,176,25); }

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