Html Css Color HEX #FDA215 Dark Tangerine

📋 copy color: '#FDA215'

red 253 ◦ green 162 ◦ blue 21

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

Shades of Dark Tangerine #FDA215

Tints of Dark Tangerine #FDA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 58.03%
G = 37.16%
B = 4.82%

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

#FDA215 (or 0xFDA215) is known color: Dark Tangerine. HEX triplet: FD, A2 and 15. RGB value is (253,162,21). Sum of RGB (Red+Green+Blue) = 253+162+21=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA215 is #025DEA. Grayscale: #ADADAD. Windows color (decimal): -155115 or 1417981. OLE color: 1417981.

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

Color convert

RGB 253 162 21 -
CMYK 0 0.36 0.92 0.01
HSL 36.47º 0.98% 0.54% -
HSV(B) 36.47º 0.92% 0.99% -
XYZ 53.56 46.78 6.92 -
YUV 173.14 42.15 184.96 -
System Red Green Blue C M Y K H S L
Decimal 253 162 21 0 0.36 0.92 0.01 36.47 0.98 0.54
Hex FD A2 15 0 24 5C 1 24 62 36
Octal 375 242 25 0 44 134 1 44 142 66
Binary 11111101 10100010 10101 0 100100 1011100 1 100100 1100010 110110

Color Harmonies of #FDA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA215

Black with #FDA215

Text Example


Text Example

White with #FDA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA215; }

 p { color: rgb(253,162,21); }

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

background-color css

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

 a { background-color: rgb(253,162,21); }

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

border-color css

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

 span { border-color: rgb(253,162,21); }

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