Html Css Color HEX #FE986F Atomic Tangerine

📋 copy color: '#FE986F'

red 254 ◦ green 152 ◦ blue 111

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

Shades of Atomic Tangerine #FE986F

Tints of Atomic Tangerine #FE986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 111 (43.75% from 255) = 21.47%

R = 49.13%
G = 29.4%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE986F (or 0xFE986F) is known color: Atomic Tangerine. HEX triplet: FE, 98 and 6F. RGB value is (254,152,111). Sum of RGB (Red+Green+Blue) = 254+152+111=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE986F is #016790. Grayscale: #B2B2B2. Windows color (decimal): -92049 or 7313662. OLE color: 7313662.

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

Color convert

RGB 254 152 111 -
CMYK 0 0.40 0.56 0.00
HSL 17.2º 0.99% 0.72% -
HSV(B) 17.2º 0.56% 1% -
XYZ 54.97 44.68 20.76 -
YUV 177.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 254 152 111 0 0.40 0.56 0.00 17.2 0.99 0.72
Hex FE 98 6F 0 28 38 0 11 63 48
Octal 376 230 157 0 50 70 0 21 143 110
Binary 11111110 10011000 1101111 0 101000 111000 0 10001 1100011 1001000

Color Harmonies of #FE986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE986F

Black with #FE986F

Text Example


Text Example

White with #FE986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE986F; }

 p { color: rgb(254,152,111); }

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

background-color css

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

 a { background-color: rgb(254,152,111); }

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

border-color css

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

 span { border-color: rgb(254,152,111); }

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