#FEB00F

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

Shades of Dark Tangerine #FEB00F

Tints of Dark Tangerine #FEB00F

Color information

#FEB00F (or 0xFEB00F) is unknown color: approx Dark Tangerine. HEX triplet: FE, B0 and 0F. RGB value is (254,176,15). Sum of RGB (Red+Green+Blue) = 254+176+15=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB00F is #014FF0. Grayscale: #B5B5B5. Windows color (decimal): -86001 or 1028350. OLE color: 1028350.

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

Color convert

RGB25417615-
CMYK00.310.940.00
HSL40.42º99.17%52.75%-
HSV(B)40.42º94.09%99.61%-
XYZ56.4852.167.54-
YUV180.9734.34180.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.08%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 15 (6.25% from 255) = 3.37%
R=57.08%
G=39.55%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541761500.310.940.0040.4299.1752.75
HexFEB0F01F5E0286335
Octal3762601703713605014365
Binary11111110101100001111011111101111001010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB00F; }

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

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

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

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

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

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

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

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