Html Css Color HEX #FEA30E Dark Tangerine

📋 copy color: '#FEA30E'

red 254 ◦ green 163 ◦ blue 14

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

Shades of Dark Tangerine #FEA30E

Tints of Dark Tangerine #FEA30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 58.93%
G = 37.82%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA30E (or 0xFEA30E) is known color: Dark Tangerine. HEX triplet: FE, A3 and 0E. RGB value is (254,163,14). Sum of RGB (Red+Green+Blue) = 254+163+14=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA30E is #015CF1. Grayscale: #ADADAD. Windows color (decimal): -89330 or 959486. OLE color: 959486.

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

Color convert

RGB 254 163 14 -
CMYK 0 0.36 0.94 0.00
HSL 37.25º 0.99% 0.53% -
HSV(B) 37.25º 0.94% 1% -
XYZ 54.05 47.3 6.7 -
YUV 173.22 38.15 185.62 -
System Red Green Blue C M Y K H S L
Decimal 254 163 14 0 0.36 0.94 0.00 37.25 0.99 0.53
Hex FE A3 E 0 24 5E 0 25 63 35
Octal 376 243 16 0 44 136 0 45 143 65
Binary 11111110 10100011 1110 0 100100 1011110 0 100101 1100011 110101

Color Harmonies of #FEA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA30E

Black with #FEA30E

Text Example


Text Example

White with #FEA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA30E; }

 p { color: rgb(254,163,14); }

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

background-color css

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

 a { background-color: rgb(254,163,14); }

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

border-color css

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

 span { border-color: rgb(254,163,14); }

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