Html Css Color HEX #FDA614 Dark Tangerine

📋 copy color: '#FDA614'

red 253 ◦ green 166 ◦ blue 20

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

Shades of Dark Tangerine #FDA614

Tints of Dark Tangerine #FDA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

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

R = 57.63%
G = 37.81%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA614 (or 0xFDA614) is known color: Dark Tangerine. HEX triplet: FD, A6 and 14. RGB value is (253,166,20). Sum of RGB (Red+Green+Blue) = 253+166+20=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA614 is #0259EB. Grayscale: #B0B0B0. Windows color (decimal): -154092 or 1353469. OLE color: 1353469.

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

Color convert

RGB 253 166 20 -
CMYK 0 0.34 0.92 0.01
HSL 37.6º 0.98% 0.54% -
HSV(B) 37.6º 0.92% 0.99% -
XYZ 54.27 48.21 7.11 -
YUV 175.37 40.32 183.37 -
System Red Green Blue C M Y K H S L
Decimal 253 166 20 0 0.34 0.92 0.01 37.6 0.98 0.54
Hex FD A6 14 0 22 5C 1 26 62 36
Octal 375 246 24 0 42 134 1 46 142 66
Binary 11111101 10100110 10100 0 100010 1011100 1 100110 1100010 110110

Color Harmonies of #FDA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA614

Black with #FDA614

Text Example


Text Example

White with #FDA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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