Html Css Color HEX #FC9275 Vivid Tangerine

📋 copy color: '#FC9275'

red 252 ◦ green 146 ◦ blue 117

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

Shades of Vivid Tangerine #FC9275

Tints of Vivid Tangerine #FC9275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 48.93%
G = 28.35%
B = 22.72%

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

#FC9275 (or 0xFC9275) is known color: Vivid Tangerine. HEX triplet: FC, 92 and 75. RGB value is (252,146,117). Sum of RGB (Red+Green+Blue) = 252+146+117=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9275 is #036D8A. Grayscale: #AEAEAE. Windows color (decimal): -224651 or 7705340. OLE color: 7705340.

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

Color convert

RGB 252 146 117 -
CMYK 0 0.42 0.54 0.01
HSL 12.89º 0.96% 0.72% -
HSV(B) 12.89º 0.54% 0.99% -
XYZ 53.63 42.54 22.21 -
YUV 174.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 252 146 117 0 0.42 0.54 0.01 12.89 0.96 0.72
Hex FC 92 75 0 2A 36 1 D 60 48
Octal 374 222 165 0 52 66 1 15 140 110
Binary 11111100 10010010 1110101 0 101010 110110 1 1101 1100000 1001000

Color Harmonies of #FC9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9275

Black with #FC9275

Text Example


Text Example

White with #FC9275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9275; }

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

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

background-color css

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

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

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

border-color css

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

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

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