Html Css Color HEX #FC9870 Atomic Tangerine

📋 copy color: '#FC9870'

red 252 ◦ green 152 ◦ blue 112

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

Shades of Atomic Tangerine #FC9870

Tints of Atomic Tangerine #FC9870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 48.84%
G = 29.46%
B = 21.71%

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

#FC9870 (or 0xFC9870) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 70. RGB value is (252,152,112). Sum of RGB (Red+Green+Blue) = 252+152+112=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9870 is #03678F. Grayscale: #B1B1B1. Windows color (decimal): -223120 or 7379196. OLE color: 7379196.

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

Color convert

RGB 252 152 112 -
CMYK 0 0.40 0.56 0.01
HSL 17.14º 0.96% 0.71% -
HSV(B) 17.14º 0.56% 0.99% -
XYZ 54.3 44.32 21.02 -
YUV 177.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 252 152 112 0 0.40 0.56 0.01 17.14 0.96 0.71
Hex FC 98 70 0 28 38 1 11 60 47
Octal 374 230 160 0 50 70 1 21 140 107
Binary 11111100 10011000 1110000 0 101000 111000 1 10001 1100000 1000111

Color Harmonies of #FC9870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9870

Black with #FC9870

Text Example


Text Example

White with #FC9870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9870; }

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

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

background-color css

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

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

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

border-color css

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

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

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