Html Css Color HEX #FDA316 Dark Tangerine

📋 copy color: '#FDA316'

red 253 ◦ green 163 ◦ blue 22

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

Shades of Dark Tangerine #FDA316

Tints of Dark Tangerine #FDA316

RGB

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

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

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

R = 57.76%
G = 37.21%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDA316 (or 0xFDA316) is known color: Dark Tangerine. HEX triplet: FD, A3 and 16. RGB value is (253,163,22). Sum of RGB (Red+Green+Blue) = 253+163+22=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA316 is #025CE9. Grayscale: #AEAEAE. Windows color (decimal): -154858 or 1483773. OLE color: 1483773.

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

Color convert

RGB 253 163 22 -
CMYK 0 0.36 0.91 0.01
HSL 36.62º 0.98% 0.54% -
HSV(B) 36.62º 0.91% 0.99% -
XYZ 53.75 47.13 7.02 -
YUV 173.84 42.32 184.46 -
System Red Green Blue C M Y K H S L
Decimal 253 163 22 0 0.36 0.91 0.01 36.62 0.98 0.54
Hex FD A3 16 0 24 5B 1 25 62 36
Octal 375 243 26 0 44 133 1 45 142 66
Binary 11111101 10100011 10110 0 100100 1011011 1 100101 1100010 110110

Color Harmonies of #FDA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA316

Black with #FDA316

Text Example


Text Example

White with #FDA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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