Html Css Color HEX #FEA40D Dark Tangerine

📋 copy color: '#FEA40D'

red 254 ◦ green 164 ◦ blue 13

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

Shades of Dark Tangerine #FEA40D

Tints of Dark Tangerine #FEA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

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

R = 58.93%
G = 38.05%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEA40D (or 0xFEA40D) is known color: Dark Tangerine. HEX triplet: FE, A4 and 0D. RGB value is (254,164,13). Sum of RGB (Red+Green+Blue) = 254+164+13=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA40D is #015BF2. Grayscale: #AEAEAE. Windows color (decimal): -89075 or 894206. OLE color: 894206.

HSL color Cylindrical-coordinate representation of color #FEA40D: hue angle of 37.59º 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 #FEA40D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 13 -
CMYK 0 0.35 0.95 0.00
HSL 37.59º 0.99% 0.52% -
HSV(B) 37.59º 0.95% 1% -
XYZ 54.22 47.65 6.72 -
YUV 173.7 37.32 185.28 -
System Red Green Blue C M Y K H S L
Decimal 254 164 13 0 0.35 0.95 0.00 37.59 0.99 0.52
Hex FE A4 D 0 23 5F 0 26 63 34
Octal 376 244 15 0 43 137 0 46 143 64
Binary 11111110 10100100 1101 0 100011 1011111 0 100110 1100011 110100

Color Harmonies of #FEA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA40D

Black with #FEA40D

Text Example


Text Example

White with #FEA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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