Html Css Color HEX #FDA015 Dark Tangerine

📋 copy color: '#FDA015'

red 253 ◦ green 160 ◦ blue 21

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

Shades of Dark Tangerine #FDA015

Tints of Dark Tangerine #FDA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

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

R = 58.29%
G = 36.87%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDA015 (or 0xFDA015) is known color: Dark Tangerine. HEX triplet: FD, A0 and 15. RGB value is (253,160,21). Sum of RGB (Red+Green+Blue) = 253+160+21=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA015 is #025FEA. Grayscale: #ACACAC. Windows color (decimal): -155627 or 1417469. OLE color: 1417469.

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

Color convert

RGB 253 160 21 -
CMYK 0 0.37 0.92 0.01
HSL 35.95º 0.98% 0.54% -
HSV(B) 35.95º 0.92% 0.99% -
XYZ 53.21 46.08 6.8 -
YUV 171.96 42.81 185.8 -
System Red Green Blue C M Y K H S L
Decimal 253 160 21 0 0.37 0.92 0.01 35.95 0.98 0.54
Hex FD A0 15 0 25 5C 1 24 62 36
Octal 375 240 25 0 45 134 1 44 142 66
Binary 11111101 10100000 10101 0 100101 1011100 1 100100 1100010 110110

Color Harmonies of #FDA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA015

Black with #FDA015

Text Example


Text Example

White with #FDA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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