Html Css Color HEX #FEA264 Atomic Tangerine

📋 copy color: '#FEA264'

red 254 ◦ green 162 ◦ blue 100

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

Shades of Atomic Tangerine #FEA264

Tints of Atomic Tangerine #FEA264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 49.22%
G = 31.4%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEA264 (or 0xFEA264) is known color: Atomic Tangerine. HEX triplet: FE, A2 and 64. RGB value is (254,162,100). Sum of RGB (Red+Green+Blue) = 254+162+100=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA264 is #015D9B. Grayscale: #B6B6B6. Windows color (decimal): -89500 or 6595326. OLE color: 6595326.

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

Color convert

RGB 254 162 100 -
CMYK 0 0.36 0.61 0.00
HSL 24.16º 0.99% 0.69% -
HSV(B) 24.16º 0.61% 1% -
XYZ 56.09 47.83 18.33 -
YUV 182.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 254 162 100 0 0.36 0.61 0.00 24.16 0.99 0.69
Hex FE A2 64 0 24 3D 0 18 63 45
Octal 376 242 144 0 44 75 0 30 143 105
Binary 11111110 10100010 1100100 0 100100 111101 0 11000 1100011 1000101

Color Harmonies of #FEA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA264

Black with #FEA264

Text Example


Text Example

White with #FEA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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