Html Css Color HEX #FDA014 Dark Tangerine

📋 copy color: '#FDA014'

red 253 ◦ green 160 ◦ blue 20

#FDA014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FDA014

Tints of Dark Tangerine #FDA014

RGB

 RED value IS 253 (99.22% from 255) = 58.43%

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 58.43%
G = 36.95%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA014 (or 0xFDA014) is known color: Dark Tangerine. HEX triplet: FD, A0 and 14. RGB value is (253,160,20). Sum of RGB (Red+Green+Blue) = 253+160+20=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA014 is #025FEB. Grayscale: #ACACAC. Windows color (decimal): -155628 or 1351933. OLE color: 1351933.

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

Color convert

RGB 253 160 20 -
CMYK 0 0.37 0.92 0.01
HSL 36.05º 0.98% 0.54% -
HSV(B) 36.05º 0.92% 0.99% -
XYZ 53.21 46.07 6.75 -
YUV 171.85 42.31 185.88 -
System Red Green Blue C M Y K H S L
Decimal 253 160 20 0 0.37 0.92 0.01 36.05 0.98 0.54
Hex FD A0 14 0 25 5C 1 24 62 36
Octal 375 240 24 0 45 134 1 44 142 66
Binary 11111101 10100000 10100 0 100101 1011100 1 100100 1100010 110110

Color Harmonies of #FDA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA014

Black with #FDA014

Text Example


Text Example

White with #FDA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA014; }

 p { color: rgb(253,160,20); }

 H1.HeaderClassName
 {
   color: #FDA014;
 }
 .AnyTagClassName
 {
   color: #FDA014;
 }
</style>

background-color css

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

 a { background-color: rgb(253,160,20); }

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

border-color css

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

 span { border-color: rgb(253,160,20); }

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