Html Css Color HEX #FC986F Atomic Tangerine

📋 copy color: '#FC986F'

red 252 ◦ green 152 ◦ blue 111

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

Shades of Atomic Tangerine #FC986F

Tints of Atomic Tangerine #FC986F

RGB

 RED value IS 252 (98.83% from 255) = 48.93%

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

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

R = 48.93%
G = 29.51%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC986F (or 0xFC986F) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 6F. RGB value is (252,152,111). Sum of RGB (Red+Green+Blue) = 252+152+111=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC986F is #036790. Grayscale: #B1B1B1. Windows color (decimal): -223121 or 7313660. OLE color: 7313660.

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

Color convert

RGB 252 152 111 -
CMYK 0 0.40 0.56 0.01
HSL 17.45º 0.96% 0.71% -
HSV(B) 17.45º 0.56% 0.99% -
XYZ 54.24 44.3 20.73 -
YUV 177.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 252 152 111 0 0.40 0.56 0.01 17.45 0.96 0.71
Hex FC 98 6F 0 28 38 1 11 60 47
Octal 374 230 157 0 50 70 1 21 140 107
Binary 11111100 10011000 1101111 0 101000 111000 1 10001 1100000 1000111

Color Harmonies of #FC986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC986F

Black with #FC986F

Text Example


Text Example

White with #FC986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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