Html Css Color HEX #FC9071 Atomic Tangerine

📋 copy color: '#FC9071'

red 252 ◦ green 144 ◦ blue 113

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

Shades of Atomic Tangerine #FC9071

Tints of Atomic Tangerine #FC9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

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

R = 49.51%
G = 28.29%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC9071 (or 0xFC9071) is known color: Atomic Tangerine. HEX triplet: FC, 90 and 71. RGB value is (252,144,113). Sum of RGB (Red+Green+Blue) = 252+144+113=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9071 is #036F8E. Grayscale: #ACACAC. Windows color (decimal): -225167 or 7442684. OLE color: 7442684.

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

Color convert

RGB 252 144 113 -
CMYK 0 0.43 0.55 0.01
HSL 13.38º 0.96% 0.72% -
HSV(B) 13.38º 0.55% 0.99% -
XYZ 53.1 41.83 20.9 -
YUV 172.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 252 144 113 0 0.43 0.55 0.01 13.38 0.96 0.72
Hex FC 90 71 0 2B 37 1 D 60 48
Octal 374 220 161 0 53 67 1 15 140 110
Binary 11111100 10010000 1110001 0 101011 110111 1 1101 1100000 1001000

Color Harmonies of #FC9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9071

Black with #FC9071

Text Example


Text Example

White with #FC9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9071; }

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

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

background-color css

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

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

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

border-color css

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

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

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