Html Css Color HEX #FC9470 Atomic Tangerine

📋 copy color: '#FC9470'

red 252 ◦ green 148 ◦ blue 112

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

Shades of Atomic Tangerine #FC9470

Tints of Atomic Tangerine #FC9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 49.22%
G = 28.91%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC9470 (or 0xFC9470) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 70. RGB value is (252,148,112). Sum of RGB (Red+Green+Blue) = 252+148+112=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9470 is #036B8F. Grayscale: #AFAFAF. Windows color (decimal): -224144 or 7378172. OLE color: 7378172.

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

Color convert

RGB 252 148 112 -
CMYK 0 0.41 0.56 0.01
HSL 15.43º 0.96% 0.71% -
HSV(B) 15.43º 0.56% 0.99% -
XYZ 53.66 43.05 20.81 -
YUV 174.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 252 148 112 0 0.41 0.56 0.01 15.43 0.96 0.71
Hex FC 94 70 0 29 38 1 F 60 47
Octal 374 224 160 0 51 70 1 17 140 107
Binary 11111100 10010100 1110000 0 101001 111000 1 1111 1100000 1000111

Color Harmonies of #FC9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9470

Black with #FC9470

Text Example


Text Example

White with #FC9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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