Html Css Color HEX #FDA811 Dark Tangerine

📋 copy color: '#FDA811'

red 253 ◦ green 168 ◦ blue 17

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

Shades of Dark Tangerine #FDA811

Tints of Dark Tangerine #FDA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 57.76%
G = 38.36%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDA811 (or 0xFDA811) is known color: Dark Tangerine. HEX triplet: FD, A8 and 11. RGB value is (253,168,17). Sum of RGB (Red+Green+Blue) = 253+168+17=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA811 is #0257EE. Grayscale: #B0B0B0. Windows color (decimal): -153583 or 1157373. OLE color: 1157373.

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

Color convert

RGB 253 168 17 -
CMYK 0 0.34 0.93 0.01
HSL 38.39º 0.98% 0.53% -
HSV(B) 38.39º 0.93% 0.99% -
XYZ 54.61 48.93 7.1 -
YUV 176.2 38.16 182.78 -
System Red Green Blue C M Y K H S L
Decimal 253 168 17 0 0.34 0.93 0.01 38.39 0.98 0.53
Hex FD A8 11 0 22 5D 1 26 62 35
Octal 375 250 21 0 42 135 1 46 142 65
Binary 11111101 10101000 10001 0 100010 1011101 1 100110 1100010 110101

Color Harmonies of #FDA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA811

Black with #FDA811

Text Example


Text Example

White with #FDA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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