Html Css Color HEX #FDA414 Dark Tangerine

📋 copy color: '#FDA414'

red 253 ◦ green 164 ◦ blue 20

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

Shades of Dark Tangerine #FDA414

Tints of Dark Tangerine #FDA414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

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

R = 57.89%
G = 37.53%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA414 (or 0xFDA414) is known color: Dark Tangerine. HEX triplet: FD, A4 and 14. RGB value is (253,164,20). Sum of RGB (Red+Green+Blue) = 253+164+20=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA414 is #025BEB. Grayscale: #AEAEAE. Windows color (decimal): -154604 or 1352957. OLE color: 1352957.

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

Color convert

RGB 253 164 20 -
CMYK 0 0.35 0.92 0.01
HSL 37.08º 0.98% 0.54% -
HSV(B) 37.08º 0.92% 0.99% -
XYZ 53.91 47.48 6.99 -
YUV 174.2 40.99 184.21 -
System Red Green Blue C M Y K H S L
Decimal 253 164 20 0 0.35 0.92 0.01 37.08 0.98 0.54
Hex FD A4 14 0 23 5C 1 25 62 36
Octal 375 244 24 0 43 134 1 45 142 66
Binary 11111101 10100100 10100 0 100011 1011100 1 100101 1100010 110110

Color Harmonies of #FDA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA414

Black with #FDA414

Text Example


Text Example

White with #FDA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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