Html Css Color HEX #FDA310 Dark Tangerine

📋 copy color: '#FDA310'

red 253 ◦ green 163 ◦ blue 16

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

Shades of Dark Tangerine #FDA310

Tints of Dark Tangerine #FDA310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 58.56%
G = 37.73%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA310 (or 0xFDA310) is known color: Dark Tangerine. HEX triplet: FD, A3 and 10. RGB value is (253,163,16). Sum of RGB (Red+Green+Blue) = 253+163+16=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA310 is #025CEF. Grayscale: #ADADAD. Windows color (decimal): -154864 or 1090557. OLE color: 1090557.

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

Color convert

RGB 253 163 16 -
CMYK 0 0.36 0.94 0.01
HSL 37.22º 0.98% 0.53% -
HSV(B) 37.22º 0.94% 0.99% -
XYZ 53.7 47.11 6.75 -
YUV 173.15 39.32 184.95 -
System Red Green Blue C M Y K H S L
Decimal 253 163 16 0 0.36 0.94 0.01 37.22 0.98 0.53
Hex FD A3 10 0 24 5E 1 25 62 35
Octal 375 243 20 0 44 136 1 45 142 65
Binary 11111101 10100011 10000 0 100100 1011110 1 100101 1100010 110101

Color Harmonies of #FDA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA310

Black with #FDA310

Text Example


Text Example

White with #FDA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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