Html Css Color HEX #FDA314 Dark Tangerine

📋 copy color: '#FDA314'

red 253 ◦ green 163 ◦ blue 20

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

Shades of Dark Tangerine #FDA314

Tints of Dark Tangerine #FDA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

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

R = 58.03%
G = 37.39%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA314 (or 0xFDA314) is known color: Dark Tangerine. HEX triplet: FD, A3 and 14. RGB value is (253,163,20). Sum of RGB (Red+Green+Blue) = 253+163+20=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA314 is #025CEB. Grayscale: #AEAEAE. Windows color (decimal): -154860 or 1352701. OLE color: 1352701.

HSL color Cylindrical-coordinate representation of color #FDA314: hue angle of 36.82º 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 #FDA314 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 20 -
CMYK 0 0.36 0.92 0.01
HSL 36.82º 0.98% 0.54% -
HSV(B) 36.82º 0.92% 0.99% -
XYZ 53.73 47.13 6.93 -
YUV 173.61 41.32 184.63 -
System Red Green Blue C M Y K H S L
Decimal 253 163 20 0 0.36 0.92 0.01 36.82 0.98 0.54
Hex FD A3 14 0 24 5C 1 25 62 36
Octal 375 243 24 0 44 134 1 45 142 66
Binary 11111101 10100011 10100 0 100100 1011100 1 100101 1100010 110110

Color Harmonies of #FDA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA314

Black with #FDA314

Text Example


Text Example

White with #FDA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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