Html Css Color HEX #FC7B5D Bittersweet

📋 copy color: '#FC7B5D'

red 252 ◦ green 123 ◦ blue 93

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

Shades of Bittersweet #FC7B5D

Tints of Bittersweet #FC7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

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

R = 53.85%
G = 26.28%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC7B5D (or 0xFC7B5D) is known color: Bittersweet. HEX triplet: FC, 7B and 5D. RGB value is (252,123,93). Sum of RGB (Red+Green+Blue) = 252+123+93=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B5D is #0384A2. Grayscale: #9E9E9E. Windows color (decimal): -230563 or 6126588. OLE color: 6126588.

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

Color convert

RGB 252 123 93 -
CMYK 0 0.51 0.63 0.01
HSL 11.32º 0.96% 0.68% -
HSV(B) 11.32º 0.63% 0.99% -
XYZ 49.2 35.65 14.64 -
YUV 158.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 252 123 93 0 0.51 0.63 0.01 11.32 0.96 0.68
Hex FC 7B 5D 0 33 3F 1 B 60 44
Octal 374 173 135 0 63 77 1 13 140 104
Binary 11111100 1111011 1011101 0 110011 111111 1 1011 1100000 1000100

Color Harmonies of #FC7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B5D

Black with #FC7B5D

Text Example


Text Example

White with #FC7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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