Html Css Color HEX #FEAD15 Dark Tangerine

📋 copy color: '#FEAD15'

red 254 ◦ green 173 ◦ blue 21

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

Shades of Dark Tangerine #FEAD15

Tints of Dark Tangerine #FEAD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.69%

R = 56.7%
G = 38.62%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEAD15 (or 0xFEAD15) is known color: Dark Tangerine. HEX triplet: FE, AD and 15. RGB value is (254,173,21). Sum of RGB (Red+Green+Blue) = 254+173+21=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD15 is #0152EA. Grayscale: #B4B4B4. Windows color (decimal): -86763 or 1420798. OLE color: 1420798.

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

Color convert

RGB 254 173 21 -
CMYK 0 0.32 0.92 0.00
HSL 39.14º 0.99% 0.54% -
HSV(B) 39.14º 0.92% 1% -
XYZ 55.95 51.01 7.61 -
YUV 179.89 38.34 180.86 -
System Red Green Blue C M Y K H S L
Decimal 254 173 21 0 0.32 0.92 0.00 39.14 0.99 0.54
Hex FE AD 15 0 20 5C 0 27 63 36
Octal 376 255 25 0 40 134 0 47 143 66
Binary 11111110 10101101 10101 0 100000 1011100 0 100111 1100011 110110

Color Harmonies of #FEAD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD15

Black with #FEAD15

Text Example


Text Example

White with #FEAD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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