Html Css Color HEX #FC6B5C Bittersweet

📋 copy color: '#FC6B5C'

red 252 ◦ green 107 ◦ blue 92

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

Shades of Bittersweet #FC6B5C

Tints of Bittersweet #FC6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 55.88%
G = 23.73%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC6B5C (or 0xFC6B5C) is known color: Bittersweet. HEX triplet: FC, 6B and 5C. RGB value is (252,107,92). Sum of RGB (Red+Green+Blue) = 252+107+92=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B5C is #0394A3. Grayscale: #949494. Windows color (decimal): -234660 or 6056956. OLE color: 6056956.

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

Color convert

RGB 252 107 92 -
CMYK 0 0.58 0.63 0.01
HSL 5.63º 0.96% 0.67% -
HSV(B) 5.63º 0.63% 0.99% -
XYZ 47.33 31.98 13.8 -
YUV 148.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 252 107 92 0 0.58 0.63 0.01 5.63 0.96 0.67
Hex FC 6B 5C 0 3A 3F 1 6 60 43
Octal 374 153 134 0 72 77 1 6 140 103
Binary 11111100 1101011 1011100 0 111010 111111 1 110 1100000 1000011

Color Harmonies of #FC6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B5C

Black with #FC6B5C

Text Example


Text Example

White with #FC6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B5C; }

 p { color: rgb(252,107,92); }

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

background-color css

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

 a { background-color: rgb(252,107,92); }

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

border-color css

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

 span { border-color: rgb(252,107,92); }

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