Html Css Color HEX #FEAD16 Dark Tangerine

📋 copy color: '#FEAD16'

red 254 ◦ green 173 ◦ blue 22

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

Shades of Dark Tangerine #FEAD16

Tints of Dark Tangerine #FEAD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

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

R = 56.57%
G = 38.53%
B = 4.9%

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

#FEAD16 (or 0xFEAD16) is known color: Dark Tangerine. HEX triplet: FE, AD and 16. RGB value is (254,173,22). Sum of RGB (Red+Green+Blue) = 254+173+22=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD16 is #0152E9. Grayscale: #B4B4B4. Windows color (decimal): -86762 or 1486334. OLE color: 1486334.

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

Color convert

RGB 254 173 22 -
CMYK 0 0.32 0.91 0.00
HSL 39.05º 0.99% 0.54% -
HSV(B) 39.05º 0.91% 1% -
XYZ 55.96 51.02 7.66 -
YUV 180.01 38.84 180.78 -
System Red Green Blue C M Y K H S L
Decimal 254 173 22 0 0.32 0.91 0.00 39.05 0.99 0.54
Hex FE AD 16 0 20 5B 0 27 63 36
Octal 376 255 26 0 40 133 0 47 143 66
Binary 11111110 10101101 10110 0 100000 1011011 0 100111 1100011 110110

Color Harmonies of #FEAD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD16

Black with #FEAD16

Text Example


Text Example

White with #FEAD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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