Html Css Color HEX #FEA266 Atomic Tangerine

📋 copy color: '#FEA266'

red 254 ◦ green 162 ◦ blue 102

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

Shades of Atomic Tangerine #FEA266

Tints of Atomic Tangerine #FEA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 49.03%
G = 31.27%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEA266 (or 0xFEA266) is known color: Atomic Tangerine. HEX triplet: FE, A2 and 66. RGB value is (254,162,102). Sum of RGB (Red+Green+Blue) = 254+162+102=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA266 is #015D99. Grayscale: #B7B7B7. Windows color (decimal): -89498 or 6726398. OLE color: 6726398.

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

Color convert

RGB 254 162 102 -
CMYK 0 0.36 0.60 0.00
HSL 23.68º 0.99% 0.7% -
HSV(B) 23.68º 0.6% 1% -
XYZ 56.19 47.87 18.85 -
YUV 182.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 254 162 102 0 0.36 0.60 0.00 23.68 0.99 0.7
Hex FE A2 66 0 24 3C 0 18 63 46
Octal 376 242 146 0 44 74 0 30 143 106
Binary 11111110 10100010 1100110 0 100100 111100 0 11000 1100011 1000110

Color Harmonies of #FEA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA266

Black with #FEA266

Text Example


Text Example

White with #FEA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA266; }

 p { color: rgb(254,162,102); }

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

background-color css

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

 a { background-color: rgb(254,162,102); }

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

border-color css

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

 span { border-color: rgb(254,162,102); }

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