Html Css Color HEX #FC6C5E Bittersweet

📋 copy color: '#FC6C5E'

red 252 ◦ green 108 ◦ blue 94

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

Shades of Bittersweet #FC6C5E

Tints of Bittersweet #FC6C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.79%

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

R = 55.51%
G = 23.79%
B = 20.7%

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

#FC6C5E (or 0xFC6C5E) is known color: Bittersweet. HEX triplet: FC, 6C and 5E. RGB value is (252,108,94). Sum of RGB (Red+Green+Blue) = 252+108+94=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C5E is #0393A1. Grayscale: #959595. Windows color (decimal): -234402 or 6188284. OLE color: 6188284.

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

Color convert

RGB 252 108 94 -
CMYK 0 0.57 0.63 0.01
HSL 5.32º 0.96% 0.68% -
HSV(B) 5.32º 0.63% 0.99% -
XYZ 47.53 32.23 14.31 -
YUV 149.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 252 108 94 0 0.57 0.63 0.01 5.32 0.96 0.68
Hex FC 6C 5E 0 39 3F 1 5 60 44
Octal 374 154 136 0 71 77 1 5 140 104
Binary 11111100 1101100 1011110 0 111001 111111 1 101 1100000 1000100

Color Harmonies of #FC6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C5E

Black with #FC6C5E

Text Example


Text Example

White with #FC6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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