Html Css Color HEX #FC6D5E Bittersweet

📋 copy color: '#FC6D5E'

red 252 ◦ green 109 ◦ blue 94

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

Shades of Bittersweet #FC6D5E

Tints of Bittersweet #FC6D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.96%

 BLUE value IS 94 (37.11% from 255) = 20.66%

R = 55.38%
G = 23.96%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC6D5E (or 0xFC6D5E) is known color: Bittersweet. HEX triplet: FC, 6D and 5E. RGB value is (252,109,94). Sum of RGB (Red+Green+Blue) = 252+109+94=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D5E is #0392A1. Grayscale: #969696. Windows color (decimal): -234146 or 6188540. OLE color: 6188540.

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

Color convert

RGB 252 109 94 -
CMYK 0 0.57 0.63 0.01
HSL 5.7º 0.96% 0.68% -
HSV(B) 5.7º 0.63% 0.99% -
XYZ 47.63 32.44 14.34 -
YUV 150.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 252 109 94 0 0.57 0.63 0.01 5.7 0.96 0.68
Hex FC 6D 5E 0 39 3F 1 6 60 44
Octal 374 155 136 0 71 77 1 6 140 104
Binary 11111100 1101101 1011110 0 111001 111111 1 110 1100000 1000100

Color Harmonies of #FC6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D5E

Black with #FC6D5E

Text Example


Text Example

White with #FC6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D5E; }

 p { color: rgb(252,109,94); }

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

background-color css

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

 a { background-color: rgb(252,109,94); }

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

border-color css

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

 span { border-color: rgb(252,109,94); }

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