Html Css Color HEX #FEA610 Dark Tangerine

📋 copy color: '#FEA610'

red 254 ◦ green 166 ◦ blue 16

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

Shades of Dark Tangerine #FEA610

Tints of Dark Tangerine #FEA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 58.26%
G = 38.07%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA610 (or 0xFEA610) is known color: Dark Tangerine. HEX triplet: FE, A6 and 10. RGB value is (254,166,16). Sum of RGB (Red+Green+Blue) = 254+166+16=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA610 is #0159EF. Grayscale: #AFAFAF. Windows color (decimal): -88560 or 1091326. OLE color: 1091326.

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

Color convert

RGB 254 166 16 -
CMYK 0 0.35 0.94 0.00
HSL 37.82º 0.99% 0.53% -
HSV(B) 37.82º 0.94% 1% -
XYZ 54.6 48.38 6.95 -
YUV 175.21 38.15 184.2 -
System Red Green Blue C M Y K H S L
Decimal 254 166 16 0 0.35 0.94 0.00 37.82 0.99 0.53
Hex FE A6 10 0 23 5E 0 26 63 35
Octal 376 246 20 0 43 136 0 46 143 65
Binary 11111110 10100110 10000 0 100011 1011110 0 100110 1100011 110101

Color Harmonies of #FEA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA610

Black with #FEA610

Text Example


Text Example

White with #FEA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA610; }

 p { color: rgb(254,166,16); }

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

background-color css

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

 a { background-color: rgb(254,166,16); }

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

border-color css

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

 span { border-color: rgb(254,166,16); }

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