Html Css Color HEX #FDA513 Dark Tangerine

📋 copy color: '#FDA513'

red 253 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #FDA513

Tints of Dark Tangerine #FDA513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 57.89%
G = 37.76%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA513 (or 0xFDA513) is known color: Dark Tangerine. HEX triplet: FD, A5 and 13. RGB value is (253,165,19). Sum of RGB (Red+Green+Blue) = 253+165+19=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA513 is #025AEC. Grayscale: #AFAFAF. Windows color (decimal): -154349 or 1287677. OLE color: 1287677.

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

Color convert

RGB 253 165 19 -
CMYK 0 0.35 0.92 0.01
HSL 37.44º 0.98% 0.53% -
HSV(B) 37.44º 0.92% 0.99% -
XYZ 54.08 47.84 7 -
YUV 174.67 40.15 183.87 -
System Red Green Blue C M Y K H S L
Decimal 253 165 19 0 0.35 0.92 0.01 37.44 0.98 0.53
Hex FD A5 13 0 23 5C 1 25 62 35
Octal 375 245 23 0 43 134 1 45 142 65
Binary 11111101 10100101 10011 0 100011 1011100 1 100101 1100010 110101

Color Harmonies of #FDA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA513

Black with #FDA513

Text Example


Text Example

White with #FDA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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