Html Css Color HEX #FC9471 Atomic Tangerine

📋 copy color: '#FC9471'

red 252 ◦ green 148 ◦ blue 113

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

Shades of Atomic Tangerine #FC9471

Tints of Atomic Tangerine #FC9471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 49.12%
G = 28.85%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC9471 (or 0xFC9471) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 71. RGB value is (252,148,113). Sum of RGB (Red+Green+Blue) = 252+148+113=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9471 is #036B8E. Grayscale: #AFAFAF. Windows color (decimal): -224143 or 7443708. OLE color: 7443708.

HSL color Cylindrical-coordinate representation of color #FC9471: hue angle of 15.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC9471 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 148 113 -
CMYK 0 0.41 0.55 0.01
HSL 15.11º 0.96% 0.72% -
HSV(B) 15.11º 0.55% 0.99% -
XYZ 53.72 43.07 21.1 -
YUV 175.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 252 148 113 0 0.41 0.55 0.01 15.11 0.96 0.72
Hex FC 94 71 0 29 37 1 F 60 48
Octal 374 224 161 0 51 67 1 17 140 110
Binary 11111100 10010100 1110001 0 101001 110111 1 1111 1100000 1001000

Color Harmonies of #FC9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9471

Black with #FC9471

Text Example


Text Example

White with #FC9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9471; }

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

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

background-color css

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

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

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

border-color css

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

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

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