Html Css Color HEX #FE8864 Atomic Tangerine

📋 copy color: '#FE8864'

red 254 ◦ green 136 ◦ blue 100

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

Shades of Atomic Tangerine #FE8864

Tints of Atomic Tangerine #FE8864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

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

R = 51.84%
G = 27.76%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE8864 (or 0xFE8864) is known color: Atomic Tangerine. HEX triplet: FE, 88 and 64. RGB value is (254,136,100). Sum of RGB (Red+Green+Blue) = 254+136+100=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8864 is #01779B. Grayscale: #A7A7A7. Windows color (decimal): -96156 or 6588670. OLE color: 6588670.

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

Color convert

RGB 254 136 100 -
CMYK 0 0.46 0.61 0.00
HSL 14.03º 0.99% 0.69% -
HSV(B) 14.03º 0.61% 1% -
XYZ 51.98 39.6 16.96 -
YUV 167.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 254 136 100 0 0.46 0.61 0.00 14.03 0.99 0.69
Hex FE 88 64 0 2E 3D 0 E 63 45
Octal 376 210 144 0 56 75 0 16 143 105
Binary 11111110 10001000 1100100 0 101110 111101 0 1110 1100011 1000101

Color Harmonies of #FE8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8864

Black with #FE8864

Text Example


Text Example

White with #FE8864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8864; }

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

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

background-color css

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

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

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

border-color css

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

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

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