Html Css Color HEX #FDA012 Dark Tangerine

📋 copy color: '#FDA012'

red 253 ◦ green 160 ◦ blue 18

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

Shades of Dark Tangerine #FDA012

Tints of Dark Tangerine #FDA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 58.7%
G = 37.12%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA012 (or 0xFDA012) is known color: Dark Tangerine. HEX triplet: FD, A0 and 12. RGB value is (253,160,18). Sum of RGB (Red+Green+Blue) = 253+160+18=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA012 is #025FED. Grayscale: #ACACAC. Windows color (decimal): -155630 or 1220861. OLE color: 1220861.

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

Color convert

RGB 253 160 18 -
CMYK 0 0.37 0.93 0.01
HSL 36.26º 0.98% 0.53% -
HSV(B) 36.26º 0.93% 0.99% -
XYZ 53.19 46.07 6.66 -
YUV 171.62 41.31 186.05 -
System Red Green Blue C M Y K H S L
Decimal 253 160 18 0 0.37 0.93 0.01 36.26 0.98 0.53
Hex FD A0 12 0 25 5D 1 24 62 35
Octal 375 240 22 0 45 135 1 44 142 65
Binary 11111101 10100000 10010 0 100101 1011101 1 100100 1100010 110101

Color Harmonies of #FDA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA012

Black with #FDA012

Text Example


Text Example

White with #FDA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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