Html Css Color HEX #FC7A65 Bittersweet

📋 copy color: '#FC7A65'

red 252 ◦ green 122 ◦ blue 101

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

Shades of Bittersweet #FC7A65

Tints of Bittersweet #FC7A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 53.05%
G = 25.68%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7A65 (or 0xFC7A65) is known color: Bittersweet. HEX triplet: FC, 7A and 65. RGB value is (252,122,101). Sum of RGB (Red+Green+Blue) = 252+122+101=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A65 is #03859A. Grayscale: #9E9E9E. Windows color (decimal): -230811 or 6650620. OLE color: 6650620.

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

Color convert

RGB 252 122 101 -
CMYK 0 0.52 0.60 0.01
HSL 8.34º 0.96% 0.69% -
HSV(B) 8.34º 0.6% 0.99% -
XYZ 49.45 35.55 16.57 -
YUV 158.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 252 122 101 0 0.52 0.60 0.01 8.34 0.96 0.69
Hex FC 7A 65 0 34 3C 1 8 60 45
Octal 374 172 145 0 64 74 1 10 140 105
Binary 11111100 1111010 1100101 0 110100 111100 1 1000 1100000 1000101

Color Harmonies of #FC7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A65

Black with #FC7A65

Text Example


Text Example

White with #FC7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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