Html Css Color HEX #FDA416 Dark Tangerine

📋 copy color: '#FDA416'

red 253 ◦ green 164 ◦ blue 22

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

Shades of Dark Tangerine #FDA416

Tints of Dark Tangerine #FDA416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 57.63%
G = 37.36%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDA416 (or 0xFDA416) is known color: Dark Tangerine. HEX triplet: FD, A4 and 16. RGB value is (253,164,22). Sum of RGB (Red+Green+Blue) = 253+164+22=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA416 is #025BE9. Grayscale: #AFAFAF. Windows color (decimal): -154602 or 1484029. OLE color: 1484029.

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

Color convert

RGB 253 164 22 -
CMYK 0 0.35 0.91 0.01
HSL 36.88º 0.98% 0.54% -
HSV(B) 36.88º 0.91% 0.99% -
XYZ 53.93 47.49 7.08 -
YUV 174.42 41.99 184.05 -
System Red Green Blue C M Y K H S L
Decimal 253 164 22 0 0.35 0.91 0.01 36.88 0.98 0.54
Hex FD A4 16 0 23 5B 1 25 62 36
Octal 375 244 26 0 43 133 1 45 142 66
Binary 11111101 10100100 10110 0 100011 1011011 1 100101 1100010 110110

Color Harmonies of #FDA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA416

Black with #FDA416

Text Example


Text Example

White with #FDA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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