Html Css Color HEX #FC9770 Atomic Tangerine

📋 copy color: '#FC9770'

red 252 ◦ green 151 ◦ blue 112

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

Shades of Atomic Tangerine #FC9770

Tints of Atomic Tangerine #FC9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.32%

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

R = 48.93%
G = 29.32%
B = 21.75%

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

#FC9770 (or 0xFC9770) is known color: Atomic Tangerine. HEX triplet: FC, 97 and 70. RGB value is (252,151,112). Sum of RGB (Red+Green+Blue) = 252+151+112=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9770 is #03688F. Grayscale: #B1B1B1. Windows color (decimal): -223376 or 7378940. OLE color: 7378940.

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

Color convert

RGB 252 151 112 -
CMYK 0 0.40 0.56 0.01
HSL 16.71º 0.96% 0.71% -
HSV(B) 16.71º 0.56% 0.99% -
XYZ 54.14 44 20.97 -
YUV 176.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 252 151 112 0 0.40 0.56 0.01 16.71 0.96 0.71
Hex FC 97 70 0 28 38 1 11 60 47
Octal 374 227 160 0 50 70 1 21 140 107
Binary 11111100 10010111 1110000 0 101000 111000 1 10001 1100000 1000111

Color Harmonies of #FC9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9770

Black with #FC9770

Text Example


Text Example

White with #FC9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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