Html Css Color HEX #FEAD1E Dark Tangerine

📋 copy color: '#FEAD1E'

red 254 ◦ green 173 ◦ blue 30

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

Shades of Dark Tangerine #FEAD1E

Tints of Dark Tangerine #FEAD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.56%

R = 55.58%
G = 37.86%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEAD1E (or 0xFEAD1E) is known color: Dark Tangerine. HEX triplet: FE, AD and 1E. RGB value is (254,173,30). Sum of RGB (Red+Green+Blue) = 254+173+30=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD1E is #0152E1. Grayscale: #B5B5B5. Windows color (decimal): -86754 or 2010622. OLE color: 2010622.

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

Color convert

RGB 254 173 30 -
CMYK 0 0.32 0.88 0.00
HSL 38.3º 0.99% 0.56% -
HSV(B) 38.3º 0.88% 1% -
XYZ 56.05 51.05 8.13 -
YUV 180.92 42.84 180.13 -
System Red Green Blue C M Y K H S L
Decimal 254 173 30 0 0.32 0.88 0.00 38.3 0.99 0.56
Hex FE AD 1E 0 20 58 0 26 63 38
Octal 376 255 36 0 40 130 0 46 143 70
Binary 11111110 10101101 11110 0 100000 1011000 0 100110 1100011 111000

Color Harmonies of #FEAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD1E

Black with #FEAD1E

Text Example


Text Example

White with #FEAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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