Html Css Color HEX #FEAD0A Dark Tangerine

📋 copy color: '#FEAD0A'

red 254 ◦ green 173 ◦ blue 10

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

Shades of Dark Tangerine #FEAD0A

Tints of Dark Tangerine #FEAD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.29%

R = 58.12%
G = 39.59%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEAD0A (or 0xFEAD0A) is known color: Dark Tangerine. HEX triplet: FE, AD and 0A. RGB value is (254,173,10). Sum of RGB (Red+Green+Blue) = 254+173+10=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD0A is #0152F5. Grayscale: #B3B3B3. Windows color (decimal): -86774 or 699902. OLE color: 699902.

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

Color convert

RGB 254 173 10 -
CMYK 0 0.32 0.96 0.00
HSL 40.08º 0.99% 0.52% -
HSV(B) 40.08º 0.96% 1% -
XYZ 55.87 50.98 7.18 -
YUV 178.64 32.84 181.75 -
System Red Green Blue C M Y K H S L
Decimal 254 173 10 0 0.32 0.96 0.00 40.08 0.99 0.52
Hex FE AD A 0 20 60 0 28 63 34
Octal 376 255 12 0 40 140 0 50 143 64
Binary 11111110 10101101 1010 0 100000 1100000 0 101000 1100011 110100

Color Harmonies of #FEAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD0A

Black with #FEAD0A

Text Example


Text Example

White with #FEAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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