Html Css Color HEX #FDA510 Dark Tangerine

📋 copy color: '#FDA510'

red 253 ◦ green 165 ◦ blue 16

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

Shades of Dark Tangerine #FDA510

Tints of Dark Tangerine #FDA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 58.29%
G = 38.02%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA510 (or 0xFDA510) is known color: Dark Tangerine. HEX triplet: FD, A5 and 10. RGB value is (253,165,16). Sum of RGB (Red+Green+Blue) = 253+165+16=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA510 is #025AEF. Grayscale: #AFAFAF. Windows color (decimal): -154352 or 1091069. OLE color: 1091069.

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

Color convert

RGB 253 165 16 -
CMYK 0 0.35 0.94 0.01
HSL 37.72º 0.98% 0.53% -
HSV(B) 37.72º 0.94% 0.99% -
XYZ 54.06 47.83 6.87 -
YUV 174.33 38.65 184.12 -
System Red Green Blue C M Y K H S L
Decimal 253 165 16 0 0.35 0.94 0.01 37.72 0.98 0.53
Hex FD A5 10 0 23 5E 1 26 62 35
Octal 375 245 20 0 43 136 1 46 142 65
Binary 11111101 10100101 10000 0 100011 1011110 1 100110 1100010 110101

Color Harmonies of #FDA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA510

Black with #FDA510

Text Example


Text Example

White with #FDA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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