Html Css Color HEX #FDA511 Dark Tangerine

📋 copy color: '#FDA511'

red 253 ◦ green 165 ◦ blue 17

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

Shades of Dark Tangerine #FDA511

Tints of Dark Tangerine #FDA511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.91%

R = 58.16%
G = 37.93%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA511 (or 0xFDA511) is known color: Dark Tangerine. HEX triplet: FD, A5 and 11. RGB value is (253,165,17). Sum of RGB (Red+Green+Blue) = 253+165+17=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA511 is #025AEE. Grayscale: #AFAFAF. Windows color (decimal): -154351 or 1156605. OLE color: 1156605.

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

Color convert

RGB 253 165 17 -
CMYK 0 0.35 0.93 0.01
HSL 37.63º 0.98% 0.53% -
HSV(B) 37.63º 0.93% 0.99% -
XYZ 54.06 47.83 6.91 -
YUV 174.44 39.15 184.03 -
System Red Green Blue C M Y K H S L
Decimal 253 165 17 0 0.35 0.93 0.01 37.63 0.98 0.53
Hex FD A5 11 0 23 5D 1 26 62 35
Octal 375 245 21 0 43 135 1 46 142 65
Binary 11111101 10100101 10001 0 100011 1011101 1 100110 1100010 110101

Color Harmonies of #FDA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA511

Black with #FDA511

Text Example


Text Example

White with #FDA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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