Html Css Color HEX #FEA20D Dark Tangerine

📋 copy color: '#FEA20D'

red 254 ◦ green 162 ◦ blue 13

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

Shades of Dark Tangerine #FEA20D

Tints of Dark Tangerine #FEA20D

RGB

 RED value IS 254 (99.61% from 255) = 59.21%

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

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 59.21%
G = 37.76%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEA20D (or 0xFEA20D) is known color: Dark Tangerine. HEX triplet: FE, A2 and 0D. RGB value is (254,162,13). Sum of RGB (Red+Green+Blue) = 254+162+13=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA20D is #015DF2. Grayscale: #ADADAD. Windows color (decimal): -89587 or 893694. OLE color: 893694.

HSL color Cylindrical-coordinate representation of color #FEA20D: hue angle of 37.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEA20D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 13 -
CMYK 0 0.36 0.95 0.00
HSL 37.1º 0.99% 0.52% -
HSV(B) 37.1º 0.95% 1% -
XYZ 53.87 46.94 6.6 -
YUV 172.52 37.98 186.12 -
System Red Green Blue C M Y K H S L
Decimal 254 162 13 0 0.36 0.95 0.00 37.1 0.99 0.52
Hex FE A2 D 0 24 5F 0 25 63 34
Octal 376 242 15 0 44 137 0 45 143 64
Binary 11111110 10100010 1101 0 100100 1011111 0 100101 1100011 110100

Color Harmonies of #FEA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA20D

Black with #FEA20D

Text Example


Text Example

White with #FEA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA20D; }

 p { color: rgb(254,162,13); }

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

background-color css

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

 a { background-color: rgb(254,162,13); }

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

border-color css

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

 span { border-color: rgb(254,162,13); }

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