Html Css Color HEX #FDA113 Dark Tangerine

📋 copy color: '#FDA113'

red 253 ◦ green 161 ◦ blue 19

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

Shades of Dark Tangerine #FDA113

Tints of Dark Tangerine #FDA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

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

R = 58.43%
G = 37.18%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA113 (or 0xFDA113) is known color: Dark Tangerine. HEX triplet: FD, A1 and 13. RGB value is (253,161,19). Sum of RGB (Red+Green+Blue) = 253+161+19=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA113 is #025EEC. Grayscale: #ACACAC. Windows color (decimal): -155373 or 1286653. OLE color: 1286653.

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

Color convert

RGB 253 161 19 -
CMYK 0 0.36 0.92 0.01
HSL 36.41º 0.98% 0.53% -
HSV(B) 36.41º 0.92% 0.99% -
XYZ 53.37 46.42 6.76 -
YUV 172.32 41.48 185.55 -
System Red Green Blue C M Y K H S L
Decimal 253 161 19 0 0.36 0.92 0.01 36.41 0.98 0.53
Hex FD A1 13 0 24 5C 1 24 62 35
Octal 375 241 23 0 44 134 1 44 142 65
Binary 11111101 10100001 10011 0 100100 1011100 1 100100 1100010 110101

Color Harmonies of #FDA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA113

Black with #FDA113

Text Example


Text Example

White with #FDA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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