Html Css Color HEX #FC927A Vivid Tangerine

📋 copy color: '#FC927A'

red 252 ◦ green 146 ◦ blue 122

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

Shades of Vivid Tangerine #FC927A

Tints of Vivid Tangerine #FC927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 48.46%
G = 28.08%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC927A (or 0xFC927A) is known color: Vivid Tangerine. HEX triplet: FC, 92 and 7A. RGB value is (252,146,122). Sum of RGB (Red+Green+Blue) = 252+146+122=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC927A is #036D85. Grayscale: #AFAFAF. Windows color (decimal): -224646 or 8033020. OLE color: 8033020.

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

Color convert

RGB 252 146 122 -
CMYK 0 0.42 0.52 0.01
HSL 11.08º 0.96% 0.73% -
HSV(B) 11.08º 0.52% 0.99% -
XYZ 53.94 42.66 23.8 -
YUV 174.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 252 146 122 0 0.42 0.52 0.01 11.08 0.96 0.73
Hex FC 92 7A 0 2A 34 1 B 60 49
Octal 374 222 172 0 52 64 1 13 140 111
Binary 11111100 10010010 1111010 0 101010 110100 1 1011 1100000 1001001

Color Harmonies of #FC927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC927A

Black with #FC927A

Text Example


Text Example

White with #FC927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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