Html Css Color HEX #FE8C64 Atomic Tangerine

📋 copy color: '#FE8C64'

red 254 ◦ green 140 ◦ blue 100

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

Shades of Atomic Tangerine #FE8C64

Tints of Atomic Tangerine #FE8C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 51.42%
G = 28.34%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE8C64 (or 0xFE8C64) is known color: Atomic Tangerine. HEX triplet: FE, 8C and 64. RGB value is (254,140,100). Sum of RGB (Red+Green+Blue) = 254+140+100=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C64 is #01739B. Grayscale: #A9A9A9. Windows color (decimal): -95132 or 6589694. OLE color: 6589694.

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

Color convert

RGB 254 140 100 -
CMYK 0 0.45 0.61 0.00
HSL 15.58º 0.99% 0.69% -
HSV(B) 15.58º 0.61% 1% -
XYZ 52.55 40.75 17.15 -
YUV 169.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 254 140 100 0 0.45 0.61 0.00 15.58 0.99 0.69
Hex FE 8C 64 0 2D 3D 0 10 63 45
Octal 376 214 144 0 55 75 0 20 143 105
Binary 11111110 10001100 1100100 0 101101 111101 0 10000 1100011 1000101

Color Harmonies of #FE8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C64

Black with #FE8C64

Text Example


Text Example

White with #FE8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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