Html Css Color HEX #FC6F5B Bittersweet

📋 copy color: '#FC6F5B'

red 252 ◦ green 111 ◦ blue 91

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

Shades of Bittersweet #FC6F5B

Tints of Bittersweet #FC6F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.45%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 55.51%
G = 24.45%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC6F5B (or 0xFC6F5B) is known color: Bittersweet. HEX triplet: FC, 6F and 5B. RGB value is (252,111,91). Sum of RGB (Red+Green+Blue) = 252+111+91=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F5B is #0390A4. Grayscale: #979797. Windows color (decimal): -233637 or 5992444. OLE color: 5992444.

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

Color convert

RGB 252 111 91 -
CMYK 0 0.56 0.64 0.01
HSL 7.45º 0.96% 0.67% -
HSV(B) 7.45º 0.64% 0.99% -
XYZ 47.72 32.82 13.72 -
YUV 150.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 252 111 91 0 0.56 0.64 0.01 7.45 0.96 0.67
Hex FC 6F 5B 0 38 40 1 7 60 43
Octal 374 157 133 0 70 100 1 7 140 103
Binary 11111100 1101111 1011011 0 111000 1000000 1 111 1100000 1000011

Color Harmonies of #FC6F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F5B

Black with #FC6F5B

Text Example


Text Example

White with #FC6F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F5B; }

 p { color: rgb(252,111,91); }

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

background-color css

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

 a { background-color: rgb(252,111,91); }

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

border-color css

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

 span { border-color: rgb(252,111,91); }

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