Html Css Color HEX #FC765D Bittersweet

📋 copy color: '#FC765D'

red 252 ◦ green 118 ◦ blue 93

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

Shades of Bittersweet #FC765D

Tints of Bittersweet #FC765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 54.43%
G = 25.49%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC765D (or 0xFC765D) is known color: Bittersweet. HEX triplet: FC, 76 and 5D. RGB value is (252,118,93). Sum of RGB (Red+Green+Blue) = 252+118+93=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC765D is #0389A2. Grayscale: #9B9B9B. Windows color (decimal): -231843 or 6125308. OLE color: 6125308.

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

Color convert

RGB 252 118 93 -
CMYK 0 0.53 0.63 0.01
HSL 9.43º 0.96% 0.68% -
HSV(B) 9.43º 0.63% 0.99% -
XYZ 48.6 34.44 14.44 -
YUV 155.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 252 118 93 0 0.53 0.63 0.01 9.43 0.96 0.68
Hex FC 76 5D 0 35 3F 1 9 60 44
Octal 374 166 135 0 65 77 1 11 140 104
Binary 11111100 1110110 1011101 0 110101 111111 1 1001 1100000 1000100

Color Harmonies of #FC765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC765D

Black with #FC765D

Text Example


Text Example

White with #FC765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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