#FEAD0F

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

Shades of Dark Tangerine #FEAD0F

Tints of Dark Tangerine #FEAD0F

Color information

#FEAD0F (or 0xFEAD0F) is unknown color: approx Dark Tangerine. HEX triplet: FE, AD and 0F. RGB value is (254,173,15). Sum of RGB (Red+Green+Blue) = 254+173+15=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD0F is #0152F0. Grayscale: #B3B3B3. Windows color (decimal): -86769 or 1027582. OLE color: 1027582.

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

Color convert

RGB25417315-
CMYK00.320.940.00
HSL39.67º99.17%52.75%-
HSV(B)39.67º94.09%99.61%-
XYZ55.950.997.35-
YUV179.2135.34181.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 15 (6.25% from 255) = 3.39%
R=57.47%
G=39.14%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541731500.320.940.0039.6799.1752.75
HexFEADF0205E0286335
Octal3762551704013605014365
Binary111111101010110111110100000101111001010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD0F; }

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

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

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

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

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

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

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

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