#FDA41E

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

Shades of Dark Tangerine #FDA41E

Tints of Dark Tangerine #FDA41E

Color information

#FDA41E (or 0xFDA41E) is unknown color: approx Dark Tangerine. HEX triplet: FD, A4 and 1E. RGB value is (253,164,30). Sum of RGB (Red+Green+Blue) = 253+164+30=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA41E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA41E is #025BE1. Grayscale: #AFAFAF. Windows color (decimal): -154594 or 2008317. OLE color: 2008317.

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

Color convert

RGB25316430-
CMYK00.350.880.01
HSL36.05º98.24%55.49%-
HSV(B)36.05º88.14%99.22%-
XYZ54.0247.537.55-
YUV175.3345.99183.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.60%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 30 (12.11% from 255) = 6.71%
R=56.60%
G=36.69%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531643000.350.880.0136.0598.2455.49
HexFDA41E023581246237
Octal3752443604313014414267
Binary1111110110100100111100100011101100011001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA41E; }

 p { color: rgb(253,164,30); }

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

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

 a { background-color: rgb(253,164,30); }

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

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

 span { border-color: rgb(253,164,30); }

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