Html Css Color HEX #FEA616 Dark Tangerine

📋 copy color: '#FEA616'

red 254 ◦ green 166 ◦ blue 22

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

Shades of Dark Tangerine #FEA616

Tints of Dark Tangerine #FEA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

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

R = 57.47%
G = 37.56%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEA616 (or 0xFEA616) is known color: Dark Tangerine. HEX triplet: FE, A6 and 16. RGB value is (254,166,22). Sum of RGB (Red+Green+Blue) = 254+166+22=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA616 is #0159E9. Grayscale: #B0B0B0. Windows color (decimal): -88554 or 1484542. OLE color: 1484542.

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

Color convert

RGB 254 166 22 -
CMYK 0 0.35 0.91 0.00
HSL 37.24º 0.99% 0.54% -
HSV(B) 37.24º 0.91% 1% -
XYZ 54.65 48.4 7.22 -
YUV 175.9 41.15 183.71 -
System Red Green Blue C M Y K H S L
Decimal 254 166 22 0 0.35 0.91 0.00 37.24 0.99 0.54
Hex FE A6 16 0 23 5B 0 25 63 36
Octal 376 246 26 0 43 133 0 45 143 66
Binary 11111110 10100110 10110 0 100011 1011011 0 100101 1100011 110110

Color Harmonies of #FEA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA616

Black with #FEA616

Text Example


Text Example

White with #FEA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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