Html Css Color HEX #FDA913 Dark Tangerine

📋 copy color: '#FDA913'

red 253 ◦ green 169 ◦ blue 19

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

Shades of Dark Tangerine #FDA913

Tints of Dark Tangerine #FDA913

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.32%

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

R = 57.37%
G = 38.32%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA913 (or 0xFDA913) is known color: Dark Tangerine. HEX triplet: FD, A9 and 13. RGB value is (253,169,19). Sum of RGB (Red+Green+Blue) = 253+169+19=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA913 is #0256EC. Grayscale: #B1B1B1. Windows color (decimal): -153325 or 1288701. OLE color: 1288701.

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

Color convert

RGB 253 169 19 -
CMYK 0 0.33 0.92 0.01
HSL 38.46º 0.98% 0.53% -
HSV(B) 38.46º 0.92% 0.99% -
XYZ 54.81 49.31 7.24 -
YUV 177.02 38.83 182.2 -
System Red Green Blue C M Y K H S L
Decimal 253 169 19 0 0.33 0.92 0.01 38.46 0.98 0.53
Hex FD A9 13 0 21 5C 1 26 62 35
Octal 375 251 23 0 41 134 1 46 142 65
Binary 11111101 10101001 10011 0 100001 1011100 1 100110 1100010 110101

Color Harmonies of #FDA913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA913

Black with #FDA913

Text Example


Text Example

White with #FDA913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA913; }

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

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

background-color css

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

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

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

border-color css

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

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

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