Html Css Color HEX #FDA413 Dark Tangerine

📋 copy color: '#FDA413'

red 253 ◦ green 164 ◦ blue 19

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

Shades of Dark Tangerine #FDA413

Tints of Dark Tangerine #FDA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

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

R = 58.03%
G = 37.61%
B = 4.36%

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

#FDA413 (or 0xFDA413) is known color: Dark Tangerine. HEX triplet: FD, A4 and 13. RGB value is (253,164,19). Sum of RGB (Red+Green+Blue) = 253+164+19=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA413 is #025BEC. Grayscale: #AEAEAE. Windows color (decimal): -154605 or 1287421. OLE color: 1287421.

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

Color convert

RGB 253 164 19 -
CMYK 0 0.35 0.92 0.01
HSL 37.18º 0.98% 0.53% -
HSV(B) 37.18º 0.92% 0.99% -
XYZ 53.9 47.48 6.94 -
YUV 174.08 40.49 184.29 -
System Red Green Blue C M Y K H S L
Decimal 253 164 19 0 0.35 0.92 0.01 37.18 0.98 0.53
Hex FD A4 13 0 23 5C 1 25 62 35
Octal 375 244 23 0 43 134 1 45 142 65
Binary 11111101 10100100 10011 0 100011 1011100 1 100101 1100010 110101

Color Harmonies of #FDA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA413

Black with #FDA413

Text Example


Text Example

White with #FDA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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