Html Css Color HEX #FEAD20 Dark Tangerine

📋 copy color: '#FEAD20'

red 254 ◦ green 173 ◦ blue 32

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

Shades of Dark Tangerine #FEAD20

Tints of Dark Tangerine #FEAD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.97%

R = 55.34%
G = 37.69%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEAD20 (or 0xFEAD20) is known color: Dark Tangerine. HEX triplet: FE, AD and 20. RGB value is (254,173,32). Sum of RGB (Red+Green+Blue) = 254+173+32=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD20 is #0152DF. Grayscale: #B5B5B5. Windows color (decimal): -86752 or 2141694. OLE color: 2141694.

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

Color convert

RGB 254 173 32 -
CMYK 0 0.32 0.87 0.00
HSL 38.11º 0.99% 0.56% -
HSV(B) 38.11º 0.87% 1% -
XYZ 56.08 51.06 8.27 -
YUV 181.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 254 173 32 0 0.32 0.87 0.00 38.11 0.99 0.56
Hex FE AD 20 0 20 57 0 26 63 38
Octal 376 255 40 0 40 127 0 46 143 70
Binary 11111110 10101101 100000 0 100000 1010111 0 100110 1100011 111000

Color Harmonies of #FEAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD20

Black with #FEAD20

Text Example


Text Example

White with #FEAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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