Html Css Color HEX #FC665D Bittersweet

📋 copy color: '#FC665D'

red 252 ◦ green 102 ◦ blue 93

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

Shades of Bittersweet #FC665D

Tints of Bittersweet #FC665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.82%

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 56.38%
G = 22.82%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC665D (or 0xFC665D) is known color: Bittersweet. HEX triplet: FC, 66 and 5D. RGB value is (252,102,93). Sum of RGB (Red+Green+Blue) = 252+102+93=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC665D is #0399A2. Grayscale: #929292. Windows color (decimal): -235939 or 6121212. OLE color: 6121212.

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

Color convert

RGB 252 102 93 -
CMYK 0 0.60 0.63 0.01
HSL 3.4º 0.96% 0.68% -
HSV(B) 3.4º 0.63% 0.99% -
XYZ 46.87 30.99 13.87 -
YUV 145.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 252 102 93 0 0.60 0.63 0.01 3.4 0.96 0.68
Hex FC 66 5D 0 3C 3F 1 3 60 44
Octal 374 146 135 0 74 77 1 3 140 104
Binary 11111100 1100110 1011101 0 111100 111111 1 11 1100000 1000100

Color Harmonies of #FC665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC665D

Black with #FC665D

Text Example


Text Example

White with #FC665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC665D; }

 p { color: rgb(252,102,93); }

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

background-color css

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

 a { background-color: rgb(252,102,93); }

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

border-color css

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

 span { border-color: rgb(252,102,93); }

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