Html Css Color HEX #FC7A60 Bittersweet

📋 copy color: '#FC7A60'

red 252 ◦ green 122 ◦ blue 96

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

Shades of Bittersweet #FC7A60

Tints of Bittersweet #FC7A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 53.62%
G = 25.96%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC7A60 (or 0xFC7A60) is known color: Bittersweet. HEX triplet: FC, 7A and 60. RGB value is (252,122,96). Sum of RGB (Red+Green+Blue) = 252+122+96=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A60 is #03859F. Grayscale: #9E9E9E. Windows color (decimal): -230816 or 6322940. OLE color: 6322940.

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

Color convert

RGB 252 122 96 -
CMYK 0 0.52 0.62 0.01
HSL 10º 0.96% 0.68% -
HSV(B) 10º 0.62% 0.99% -
XYZ 49.22 35.46 15.32 -
YUV 157.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 252 122 96 0 0.52 0.62 0.01 10 0.96 0.68
Hex FC 7A 60 0 34 3E 1 A 60 44
Octal 374 172 140 0 64 76 1 12 140 104
Binary 11111100 1111010 1100000 0 110100 111110 1 1010 1100000 1000100

Color Harmonies of #FC7A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A60

Black with #FC7A60

Text Example


Text Example

White with #FC7A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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