#FDA81F

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

Shades of Dark Tangerine #FDA81F

Tints of Dark Tangerine #FDA81F

Color information

#FDA81F (or 0xFDA81F) is unknown color: approx Dark Tangerine. HEX triplet: FD, A8 and 1F. RGB value is (253,168,31). Sum of RGB (Red+Green+Blue) = 253+168+31=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA81F is #0257E0. Grayscale: #B2B2B2. Windows color (decimal): -153569 or 2074877. OLE color: 2074877.

HSL color Cylindrical-coordinate representation of color #FDA81F: hue angle of 37.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDA81F is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25316831-
CMYK00.340.880.01
HSL37.03º98.23%55.69%-
HSV(B)37.03º87.75%99.22%-
XYZ54.7648.997.87-
YUV177.845.16181.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.97%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 31 (12.5% from 255) = 6.86%
R=55.97%
G=37.17%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531683100.340.880.0137.0398.2355.69
HexFDA81F022581256238
Octal3752503704213014514270
Binary1111110110101000111110100010101100011001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA81F; }

 p { color: rgb(253,168,31); }

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

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

 a { background-color: rgb(253,168,31); }

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

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

 span { border-color: rgb(253,168,31); }

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