Html Css Color HEX #FEA31C Dark Tangerine

📋 copy color: '#FEA31C'

red 254 ◦ green 163 ◦ blue 28

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

Shades of Dark Tangerine #FEA31C

Tints of Dark Tangerine #FEA31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 57.08%
G = 36.63%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEA31C (or 0xFEA31C) is known color: Dark Tangerine. HEX triplet: FE, A3 and 1C. RGB value is (254,163,28). Sum of RGB (Red+Green+Blue) = 254+163+28=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA31C is #015CE3. Grayscale: #AFAFAF. Windows color (decimal): -89316 or 1876990. OLE color: 1876990.

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

Color convert

RGB 254 163 28 -
CMYK 0 0.36 0.89 0.00
HSL 35.84º 0.99% 0.55% -
HSV(B) 35.84º 0.89% 1% -
XYZ 54.18 47.35 7.38 -
YUV 174.82 45.15 184.48 -
System Red Green Blue C M Y K H S L
Decimal 254 163 28 0 0.36 0.89 0.00 35.84 0.99 0.55
Hex FE A3 1C 0 24 59 0 24 63 37
Octal 376 243 34 0 44 131 0 44 143 67
Binary 11111110 10100011 11100 0 100100 1011001 0 100100 1100011 110111

Color Harmonies of #FEA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA31C

Black with #FEA31C

Text Example


Text Example

White with #FEA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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