Html Css Color HEX #FC9075 Vivid Tangerine

📋 copy color: '#FC9075'

red 252 ◦ green 144 ◦ blue 117

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

Shades of Vivid Tangerine #FC9075

Tints of Vivid Tangerine #FC9075

RGB

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

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

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

R = 49.12%
G = 28.07%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9075 (or 0xFC9075) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 75. RGB value is (252,144,117). Sum of RGB (Red+Green+Blue) = 252+144+117=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9075 is #036F8A. Grayscale: #ADADAD. Windows color (decimal): -225163 or 7704828. OLE color: 7704828.

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

Color convert

RGB 252 144 117 -
CMYK 0 0.43 0.54 0.01
HSL 12º 0.96% 0.72% -
HSV(B) 12º 0.54% 0.99% -
XYZ 53.33 41.93 22.11 -
YUV 173.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 252 144 117 0 0.43 0.54 0.01 12 0.96 0.72
Hex FC 90 75 0 2B 36 1 C 60 48
Octal 374 220 165 0 53 66 1 14 140 110
Binary 11111100 10010000 1110101 0 101011 110110 1 1100 1100000 1001000

Color Harmonies of #FC9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9075

Black with #FC9075

Text Example


Text Example

White with #FC9075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9075; }

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

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

background-color css

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

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

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

border-color css

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

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

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