Html Css Color HEX #FEA31E Dark Tangerine

📋 copy color: '#FEA31E'

red 254 ◦ green 163 ◦ blue 30

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

Shades of Dark Tangerine #FEA31E

Tints of Dark Tangerine #FEA31E

RGB

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

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

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

R = 56.82%
G = 36.47%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEA31E (or 0xFEA31E) is known color: Dark Tangerine. HEX triplet: FE, A3 and 1E. RGB value is (254,163,30). Sum of RGB (Red+Green+Blue) = 254+163+30=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA31E is #015CE1. Grayscale: #AFAFAF. Windows color (decimal): -89314 or 2008062. OLE color: 2008062.

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

Color convert

RGB 254 163 30 -
CMYK 0 0.36 0.88 0.00
HSL 35.63º 0.99% 0.56% -
HSV(B) 35.63º 0.88% 1% -
XYZ 54.2 47.36 7.51 -
YUV 175.05 46.15 184.31 -
System Red Green Blue C M Y K H S L
Decimal 254 163 30 0 0.36 0.88 0.00 35.63 0.99 0.56
Hex FE A3 1E 0 24 58 0 24 63 38
Octal 376 243 36 0 44 130 0 44 143 70
Binary 11111110 10100011 11110 0 100100 1011000 0 100100 1100011 111000

Color Harmonies of #FEA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA31E

Black with #FEA31E

Text Example


Text Example

White with #FEA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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