#FEB619

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

Shades of Dark Tangerine #FEB619

Tints of Dark Tangerine #FEB619

Color information

#FEB619 (or 0xFEB619) is unknown color: approx Dark Tangerine. HEX triplet: FE, B6 and 19. RGB value is (254,182,25). Sum of RGB (Red+Green+Blue) = 254+182+25=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB619 is #0149E6. Grayscale: #BABABA. Windows color (decimal): -84455 or 1685246. OLE color: 1685246.

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

Color convert

RGB25418225-
CMYK00.280.900.00
HSL41.14º99.13%54.71%-
HSV(B)41.14º90.16%99.61%-
XYZ57.7854.68.41-
YUV185.6337.35176.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 25 (10.16% from 255) = 5.42%
R=55.10%
G=39.48%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541822500.280.900.0041.1499.1354.71
HexFEB61901C5A0296337
Octal3762663103413205114367
Binary111111101011011011001011100101101001010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB619; }

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

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

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

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

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

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

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

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