Html Css Color HEX #FDA616 Dark Tangerine

📋 copy color: '#FDA616'

red 253 ◦ green 166 ◦ blue 22

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

Shades of Dark Tangerine #FDA616

Tints of Dark Tangerine #FDA616

RGB

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

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

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

R = 57.37%
G = 37.64%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDA616 (or 0xFDA616) is known color: Dark Tangerine. HEX triplet: FD, A6 and 16. RGB value is (253,166,22). Sum of RGB (Red+Green+Blue) = 253+166+22=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA616 is #0259E9. Grayscale: #B0B0B0. Windows color (decimal): -154090 or 1484541. OLE color: 1484541.

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

Color convert

RGB 253 166 22 -
CMYK 0 0.34 0.91 0.01
HSL 37.4º 0.98% 0.54% -
HSV(B) 37.4º 0.91% 0.99% -
XYZ 54.29 48.21 7.2 -
YUV 175.6 41.32 183.21 -
System Red Green Blue C M Y K H S L
Decimal 253 166 22 0 0.34 0.91 0.01 37.4 0.98 0.54
Hex FD A6 16 0 22 5B 1 25 62 36
Octal 375 246 26 0 42 133 1 45 142 66
Binary 11111101 10100110 10110 0 100010 1011011 1 100101 1100010 110110

Color Harmonies of #FDA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA616

Black with #FDA616

Text Example


Text Example

White with #FDA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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