Html Css Color HEX #FEAD1C Dark Tangerine

📋 copy color: '#FEAD1C'

red 254 ◦ green 173 ◦ blue 28

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

Shades of Dark Tangerine #FEAD1C

Tints of Dark Tangerine #FEAD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.15%

R = 55.82%
G = 38.02%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEAD1C (or 0xFEAD1C) is known color: Dark Tangerine. HEX triplet: FE, AD and 1C. RGB value is (254,173,28). Sum of RGB (Red+Green+Blue) = 254+173+28=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD1C is #0152E3. Grayscale: #B5B5B5. Windows color (decimal): -86756 or 1879550. OLE color: 1879550.

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

Color convert

RGB 254 173 28 -
CMYK 0 0.32 0.89 0.00
HSL 38.5º 0.99% 0.55% -
HSV(B) 38.5º 0.89% 1% -
XYZ 56.03 51.04 8 -
YUV 180.69 41.84 180.29 -
System Red Green Blue C M Y K H S L
Decimal 254 173 28 0 0.32 0.89 0.00 38.5 0.99 0.55
Hex FE AD 1C 0 20 59 0 26 63 37
Octal 376 255 34 0 40 131 0 46 143 67
Binary 11111110 10101101 11100 0 100000 1011001 0 100110 1100011 110111

Color Harmonies of #FEAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD1C

Black with #FEAD1C

Text Example


Text Example

White with #FEAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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