Html Css Color HEX #FDA01E Dark Tangerine

📋 copy color: '#FDA01E'

red 253 ◦ green 160 ◦ blue 30

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

Shades of Dark Tangerine #FDA01E

Tints of Dark Tangerine #FDA01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.77%

R = 57.11%
G = 36.12%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDA01E (or 0xFDA01E) is known color: Dark Tangerine. HEX triplet: FD, A0 and 1E. RGB value is (253,160,30). Sum of RGB (Red+Green+Blue) = 253+160+30=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA01E is #025FE1. Grayscale: #ADADAD. Windows color (decimal): -155618 or 2007293. OLE color: 2007293.

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

Color convert

RGB 253 160 30 -
CMYK 0 0.37 0.88 0.01
HSL 34.98º 0.98% 0.55% -
HSV(B) 34.98º 0.88% 0.99% -
XYZ 53.31 46.12 7.32 -
YUV 172.99 47.31 185.07 -
System Red Green Blue C M Y K H S L
Decimal 253 160 30 0 0.37 0.88 0.01 34.98 0.98 0.55
Hex FD A0 1E 0 25 58 1 23 62 37
Octal 375 240 36 0 45 130 1 43 142 67
Binary 11111101 10100000 11110 0 100101 1011000 1 100011 1100010 110111

Color Harmonies of #FDA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA01E

Black with #FDA01E

Text Example


Text Example

White with #FDA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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