Html Css Color HEX #FDA013 Dark Tangerine

📋 copy color: '#FDA013'

red 253 ◦ green 160 ◦ blue 19

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

Shades of Dark Tangerine #FDA013

Tints of Dark Tangerine #FDA013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.4%

R = 58.56%
G = 37.04%
B = 4.4%

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

#FDA013 (or 0xFDA013) is known color: Dark Tangerine. HEX triplet: FD, A0 and 13. RGB value is (253,160,19). Sum of RGB (Red+Green+Blue) = 253+160+19=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA013 is #025FEC. Grayscale: #ACACAC. Windows color (decimal): -155629 or 1286397. OLE color: 1286397.

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

Color convert

RGB 253 160 19 -
CMYK 0 0.37 0.92 0.01
HSL 36.15º 0.98% 0.53% -
HSV(B) 36.15º 0.92% 0.99% -
XYZ 53.2 46.07 6.7 -
YUV 171.73 41.81 185.96 -
System Red Green Blue C M Y K H S L
Decimal 253 160 19 0 0.37 0.92 0.01 36.15 0.98 0.53
Hex FD A0 13 0 25 5C 1 24 62 35
Octal 375 240 23 0 45 134 1 44 142 65
Binary 11111101 10100000 10011 0 100101 1011100 1 100100 1100010 110101

Color Harmonies of #FDA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA013

Black with #FDA013

Text Example


Text Example

White with #FDA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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