#FDAD0E

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

Shades of Dark Tangerine #FDAD0E

Tints of Dark Tangerine #FDAD0E

Color information

#FDAD0E (or 0xFDAD0E) is unknown color: approx Dark Tangerine. HEX triplet: FD, AD and 0E. RGB value is (253,173,14). Sum of RGB (Red+Green+Blue) = 253+173+14=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD0E is #0252F1. Grayscale: #B3B3B3. Windows color (decimal): -152306 or 962045. OLE color: 962045.

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

Color convert

RGB25317314-
CMYK00.320.940.01
HSL39.92º98.35%52.35%-
HSV(B)39.92º94.47%99.22%-
XYZ55.5350.87.29-
YUV178.7935180.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.5%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 14 (5.86% from 255) = 3.18%
R=57.5%
G=39.32%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531731400.320.940.0139.9298.3552.35
HexFDADE0205E1286234
Octal3752551604013615014264
Binary111111011010110111100100000101111011010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD0E; }

 p { color: rgb(253,173,14); }

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

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

 a { background-color: rgb(253,173,14); }

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

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

 span { border-color: rgb(253,173,14); }

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