Html Css Color HEX #FDA017 Dark Tangerine

📋 copy color: '#FDA017'

red 253 ◦ green 160 ◦ blue 23

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

Shades of Dark Tangerine #FDA017

Tints of Dark Tangerine #FDA017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.28%

R = 58.03%
G = 36.7%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDA017 (or 0xFDA017) is known color: Dark Tangerine. HEX triplet: FD, A0 and 17. RGB value is (253,160,23). Sum of RGB (Red+Green+Blue) = 253+160+23=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA017 is #025FE8. Grayscale: #ACACAC. Windows color (decimal): -155625 or 1548541. OLE color: 1548541.

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

Color convert

RGB 253 160 23 -
CMYK 0 0.37 0.91 0.01
HSL 35.74º 0.98% 0.54% -
HSV(B) 35.74º 0.91% 0.99% -
XYZ 53.23 46.09 6.9 -
YUV 172.19 43.81 185.64 -
System Red Green Blue C M Y K H S L
Decimal 253 160 23 0 0.37 0.91 0.01 35.74 0.98 0.54
Hex FD A0 17 0 25 5B 1 24 62 36
Octal 375 240 27 0 45 133 1 44 142 66
Binary 11111101 10100000 10111 0 100101 1011011 1 100100 1100010 110110

Color Harmonies of #FDA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA017

Black with #FDA017

Text Example


Text Example

White with #FDA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA017; }

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

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

background-color css

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

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

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

border-color css

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

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

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