Html Css Color HEX #FE8E5E Atomic Tangerine

📋 copy color: '#FE8E5E'

red 254 ◦ green 142 ◦ blue 94

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

Shades of Atomic Tangerine #FE8E5E

Tints of Atomic Tangerine #FE8E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.98%

 BLUE value IS 94 (37.11% from 255) = 19.18%

R = 51.84%
G = 28.98%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE8E5E (or 0xFE8E5E) is known color: Atomic Tangerine. HEX triplet: FE, 8E and 5E. RGB value is (254,142,94). Sum of RGB (Red+Green+Blue) = 254+142+94=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E5E is #0171A1. Grayscale: #AAAAAA. Windows color (decimal): -94626 or 6196990. OLE color: 6196990.

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

Color convert

RGB 254 142 94 -
CMYK 0 0.44 0.63 0.00
HSL 18º 0.99% 0.68% -
HSV(B) 18º 0.63% 1% -
XYZ 52.57 41.22 15.78 -
YUV 170.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 254 142 94 0 0.44 0.63 0.00 18 0.99 0.68
Hex FE 8E 5E 0 2C 3F 0 12 63 44
Octal 376 216 136 0 54 77 0 22 143 104
Binary 11111110 10001110 1011110 0 101100 111111 0 10010 1100011 1000100

Color Harmonies of #FE8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8E5E

Black with #FE8E5E

Text Example


Text Example

White with #FE8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8E5E; }

 p { color: rgb(254,142,94); }

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

background-color css

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

 a { background-color: rgb(254,142,94); }

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

border-color css

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

 span { border-color: rgb(254,142,94); }

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