Html Css Color HEX #FEA165 Atomic Tangerine

📋 copy color: '#FEA165'

red 254 ◦ green 161 ◦ blue 101

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

Shades of Atomic Tangerine #FEA165

Tints of Atomic Tangerine #FEA165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.2%

 BLUE value IS 101 (39.84% from 255) = 19.57%

R = 49.22%
G = 31.2%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEA165 (or 0xFEA165) is known color: Atomic Tangerine. HEX triplet: FE, A1 and 65. RGB value is (254,161,101). Sum of RGB (Red+Green+Blue) = 254+161+101=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA165 is #015E9A. Grayscale: #B6B6B6. Windows color (decimal): -89755 or 6660606. OLE color: 6660606.

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

Color convert

RGB 254 161 101 -
CMYK 0 0.37 0.60 0.00
HSL 23.53º 0.99% 0.7% -
HSV(B) 23.53º 0.6% 1% -
XYZ 55.97 47.5 18.53 -
YUV 181.97 82.31 179.38 -
System Red Green Blue C M Y K H S L
Decimal 254 161 101 0 0.37 0.60 0.00 23.53 0.99 0.7
Hex FE A1 65 0 25 3C 0 18 63 46
Octal 376 241 145 0 45 74 0 30 143 106
Binary 11111110 10100001 1100101 0 100101 111100 0 11000 1100011 1000110

Color Harmonies of #FEA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA165

Black with #FEA165

Text Example


Text Example

White with #FEA165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA165; }

 p { color: rgb(254,161,101); }

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

background-color css

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

 a { background-color: rgb(254,161,101); }

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

border-color css

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

 span { border-color: rgb(254,161,101); }

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