#FEB419

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

Shades of Dark Tangerine #FEB419

Tints of Dark Tangerine #FEB419

Color information

#FEB419 (or 0xFEB419) is unknown color: approx Dark Tangerine. HEX triplet: FE, B4 and 19. RGB value is (254,180,25). Sum of RGB (Red+Green+Blue) = 254+180+25=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB419 is #014BE6. Grayscale: #B9B9B9. Windows color (decimal): -84967 or 1684734. OLE color: 1684734.

HSL color Cylindrical-coordinate representation of color #FEB419: hue angle of 40.61º 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 #FEB419 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB25418025-
CMYK00.290.900.00
HSL40.61º99.13%54.71%-
HSV(B)40.61º90.16%99.61%-
XYZ57.3753.788.28-
YUV184.4638.02177.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.34%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 25 (10.16% from 255) = 5.45%
R=55.34%
G=39.22%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541802500.290.900.0040.6199.1354.71
HexFEB41901D5A0296337
Octal3762643103513205114367
Binary111111101011010011001011101101101001010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB419; }

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

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

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

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

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

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

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

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