Html Css Color HEX #FC9273 Vivid Tangerine

📋 copy color: '#FC9273'

red 252 ◦ green 146 ◦ blue 115

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

Shades of Vivid Tangerine #FC9273

Tints of Vivid Tangerine #FC9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.46%

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 49.12%
G = 28.46%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9273 (or 0xFC9273) is known color: Vivid Tangerine. HEX triplet: FC, 92 and 73. RGB value is (252,146,115). Sum of RGB (Red+Green+Blue) = 252+146+115=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9273 is #036D8C. Grayscale: #AEAEAE. Windows color (decimal): -224653 or 7574268. OLE color: 7574268.

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

Color convert

RGB 252 146 115 -
CMYK 0 0.42 0.54 0.01
HSL 13.58º 0.96% 0.72% -
HSV(B) 13.58º 0.54% 0.99% -
XYZ 53.52 42.49 21.6 -
YUV 174.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 252 146 115 0 0.42 0.54 0.01 13.58 0.96 0.72
Hex FC 92 73 0 2A 36 1 E 60 48
Octal 374 222 163 0 52 66 1 16 140 110
Binary 11111100 10010010 1110011 0 101010 110110 1 1110 1100000 1001000

Color Harmonies of #FC9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9273

Black with #FC9273

Text Example


Text Example

White with #FC9273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9273; }

 p { color: rgb(252,146,115); }

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

background-color css

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

 a { background-color: rgb(252,146,115); }

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

border-color css

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

 span { border-color: rgb(252,146,115); }

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