Html Css Color HEX #FC9A7F Vivid Tangerine

📋 copy color: '#FC9A7F'

red 252 ◦ green 154 ◦ blue 127

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

Shades of Vivid Tangerine #FC9A7F

Tints of Vivid Tangerine #FC9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.89%

 BLUE value IS 127 (50% from 255) = 23.83%

R = 47.28%
G = 28.89%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC9A7F (or 0xFC9A7F) is known color: Vivid Tangerine. HEX triplet: FC, 9A and 7F. RGB value is (252,154,127). Sum of RGB (Red+Green+Blue) = 252+154+127=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A7F is #036580. Grayscale: #B4B4B4. Windows color (decimal): -222593 or 8362748. OLE color: 8362748.

HSL color Cylindrical-coordinate representation of color #FC9A7F: hue angle of 12.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC9A7F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 154 127 -
CMYK 0 0.39 0.50 0.01
HSL 12.96º 0.95% 0.74% -
HSV(B) 12.96º 0.5% 0.99% -
XYZ 55.53 45.34 25.9 -
YUV 180.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 252 154 127 0 0.39 0.50 0.01 12.96 0.95 0.74
Hex FC 9A 7F 0 27 32 1 D 5F 4A
Octal 374 232 177 0 47 62 1 15 137 112
Binary 11111100 10011010 1111111 0 100111 110010 1 1101 1011111 1001010

Color Harmonies of #FC9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A7F

Black with #FC9A7F

Text Example


Text Example

White with #FC9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A7F; }

 p { color: rgb(252,154,127); }

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

background-color css

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

 a { background-color: rgb(252,154,127); }

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

border-color css

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

 span { border-color: rgb(252,154,127); }

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