Html Css Color HEX #FC986E Atomic Tangerine

📋 copy color: '#FC986E'

red 252 ◦ green 152 ◦ blue 110

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

Shades of Atomic Tangerine #FC986E

Tints of Atomic Tangerine #FC986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.4%

R = 49.03%
G = 29.57%
B = 21.4%

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

#FC986E (or 0xFC986E) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 6E. RGB value is (252,152,110). Sum of RGB (Red+Green+Blue) = 252+152+110=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC986E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC986E is #036791. Grayscale: #B1B1B1. Windows color (decimal): -223122 or 7248124. OLE color: 7248124.

HSL color Cylindrical-coordinate representation of color #FC986E: hue angle of 17.75º 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 #FC986E is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 110 -
CMYK 0 0.40 0.56 0.01
HSL 17.75º 0.96% 0.71% -
HSV(B) 17.75º 0.56% 0.99% -
XYZ 54.19 44.28 20.44 -
YUV 177.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 252 152 110 0 0.40 0.56 0.01 17.75 0.96 0.71
Hex FC 98 6E 0 28 38 1 12 60 47
Octal 374 230 156 0 50 70 1 22 140 107
Binary 11111100 10011000 1101110 0 101000 111000 1 10010 1100000 1000111

Color Harmonies of #FC986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC986E

Black with #FC986E

Text Example


Text Example

White with #FC986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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