Html Css Color HEX #FEA316 Dark Tangerine

📋 copy color: '#FEA316'

red 254 ◦ green 163 ◦ blue 22

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

Shades of Dark Tangerine #FEA316

Tints of Dark Tangerine #FEA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 57.86%
G = 37.13%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEA316 (or 0xFEA316) is known color: Dark Tangerine. HEX triplet: FE, A3 and 16. RGB value is (254,163,22). Sum of RGB (Red+Green+Blue) = 254+163+22=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA316 is #015CE9. Grayscale: #AEAEAE. Windows color (decimal): -89322 or 1483774. OLE color: 1483774.

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

Color convert

RGB 254 163 22 -
CMYK 0 0.36 0.91 0.00
HSL 36.47º 0.99% 0.54% -
HSV(B) 36.47º 0.91% 1% -
XYZ 54.12 47.32 7.04 -
YUV 174.14 42.15 184.96 -
System Red Green Blue C M Y K H S L
Decimal 254 163 22 0 0.36 0.91 0.00 36.47 0.99 0.54
Hex FE A3 16 0 24 5B 0 24 63 36
Octal 376 243 26 0 44 133 0 44 143 66
Binary 11111110 10100011 10110 0 100100 1011011 0 100100 1100011 110110

Color Harmonies of #FEA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA316

Black with #FEA316

Text Example


Text Example

White with #FEA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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