Html Css Color HEX #FC9170 Atomic Tangerine

📋 copy color: '#FC9170'

red 252 ◦ green 145 ◦ blue 112

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

Shades of Atomic Tangerine #FC9170

Tints of Atomic Tangerine #FC9170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

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

R = 49.51%
G = 28.49%
B = 22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC9170 (or 0xFC9170) is known color: Atomic Tangerine. HEX triplet: FC, 91 and 70. RGB value is (252,145,112). Sum of RGB (Red+Green+Blue) = 252+145+112=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9170 is #036E8F. Grayscale: #ADADAD. Windows color (decimal): -224912 or 7377404. OLE color: 7377404.

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

Color convert

RGB 252 145 112 -
CMYK 0 0.42 0.56 0.01
HSL 14.14º 0.96% 0.71% -
HSV(B) 14.14º 0.56% 0.99% -
XYZ 53.19 42.12 20.65 -
YUV 173.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 252 145 112 0 0.42 0.56 0.01 14.14 0.96 0.71
Hex FC 91 70 0 2A 38 1 E 60 47
Octal 374 221 160 0 52 70 1 16 140 107
Binary 11111100 10010001 1110000 0 101010 111000 1 1110 1100000 1000111

Color Harmonies of #FC9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9170

Black with #FC9170

Text Example


Text Example

White with #FC9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9170; }

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

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

background-color css

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

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

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

border-color css

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

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

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