Html Css Color HEX #FEAC16 Dark Tangerine

📋 copy color: '#FEAC16'

red 254 ◦ green 172 ◦ blue 22

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

Shades of Dark Tangerine #FEAC16

Tints of Dark Tangerine #FEAC16

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.39%

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

R = 56.7%
G = 38.39%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEAC16 (or 0xFEAC16) is known color: Dark Tangerine. HEX triplet: FE, AC and 16. RGB value is (254,172,22). Sum of RGB (Red+Green+Blue) = 254+172+22=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC16 is #0153E9. Grayscale: #B4B4B4. Windows color (decimal): -87018 or 1486078. OLE color: 1486078.

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

Color convert

RGB 254 172 22 -
CMYK 0 0.32 0.91 0.00
HSL 38.79º 0.99% 0.54% -
HSV(B) 38.79º 0.91% 1% -
XYZ 55.77 50.63 7.59 -
YUV 179.42 39.17 181.2 -
System Red Green Blue C M Y K H S L
Decimal 254 172 22 0 0.32 0.91 0.00 38.79 0.99 0.54
Hex FE AC 16 0 20 5B 0 27 63 36
Octal 376 254 26 0 40 133 0 47 143 66
Binary 11111110 10101100 10110 0 100000 1011011 0 100111 1100011 110110

Color Harmonies of #FEAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC16

Black with #FEAC16

Text Example


Text Example

White with #FEAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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