Html Css Color HEX #FEA60A Dark Tangerine

📋 copy color: '#FEA60A'

red 254 ◦ green 166 ◦ blue 10

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

Shades of Dark Tangerine #FEA60A

Tints of Dark Tangerine #FEA60A

RGB

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

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

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

R = 59.07%
G = 38.6%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEA60A (or 0xFEA60A) is known color: Dark Tangerine. HEX triplet: FE, A6 and 0A. RGB value is (254,166,10). Sum of RGB (Red+Green+Blue) = 254+166+10=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA60A is #0159F5. Grayscale: #AFAFAF. Windows color (decimal): -88566 or 698110. OLE color: 698110.

HSL color Cylindrical-coordinate representation of color #FEA60A: hue angle of 38.36º 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 #FEA60A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 10 -
CMYK 0 0.35 0.96 0.00
HSL 38.36º 0.99% 0.52% -
HSV(B) 38.36º 0.96% 1% -
XYZ 54.56 48.37 6.75 -
YUV 174.53 35.15 184.68 -
System Red Green Blue C M Y K H S L
Decimal 254 166 10 0 0.35 0.96 0.00 38.36 0.99 0.52
Hex FE A6 A 0 23 60 0 26 63 34
Octal 376 246 12 0 43 140 0 46 143 64
Binary 11111110 10100110 1010 0 100011 1100000 0 100110 1100011 110100

Color Harmonies of #FEA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA60A

Black with #FEA60A

Text Example


Text Example

White with #FEA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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