Html Css Color HEX #FEA061 Atomic Tangerine

📋 copy color: '#FEA061'

red 254 ◦ green 160 ◦ blue 97

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

Shades of Atomic Tangerine #FEA061

Tints of Atomic Tangerine #FEA061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.31%

 BLUE value IS 97 (38.28% from 255) = 18.98%

R = 49.71%
G = 31.31%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEA061 (or 0xFEA061) is known color: Atomic Tangerine. HEX triplet: FE, A0 and 61. RGB value is (254,160,97). Sum of RGB (Red+Green+Blue) = 254+160+97=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA061 is #015F9E. Grayscale: #B5B5B5. Windows color (decimal): -90015 or 6398206. OLE color: 6398206.

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

Color convert

RGB 254 160 97 -
CMYK 0 0.37 0.62 0.00
HSL 24.08º 0.99% 0.69% -
HSV(B) 24.08º 0.62% 1% -
XYZ 55.6 47.08 17.47 -
YUV 180.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 254 160 97 0 0.37 0.62 0.00 24.08 0.99 0.69
Hex FE A0 61 0 25 3E 0 18 63 45
Octal 376 240 141 0 45 76 0 30 143 105
Binary 11111110 10100000 1100001 0 100101 111110 0 11000 1100011 1000101

Color Harmonies of #FEA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA061

Black with #FEA061

Text Example


Text Example

White with #FEA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA061; }

 p { color: rgb(254,160,97); }

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

background-color css

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

 a { background-color: rgb(254,160,97); }

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

border-color css

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

 span { border-color: rgb(254,160,97); }

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