Html Css Color HEX #FC6B5B Bittersweet

📋 copy color: '#FC6B5B'

red 252 ◦ green 107 ◦ blue 91

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

Shades of Bittersweet #FC6B5B

Tints of Bittersweet #FC6B5B

RGB

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

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

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

R = 56%
G = 23.78%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC6B5B (or 0xFC6B5B) is known color: Bittersweet. HEX triplet: FC, 6B and 5B. RGB value is (252,107,91). Sum of RGB (Red+Green+Blue) = 252+107+91=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B5B is #0394A4. Grayscale: #949494. Windows color (decimal): -234661 or 5991420. OLE color: 5991420.

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

Color convert

RGB 252 107 91 -
CMYK 0 0.58 0.64 0.01
HSL 5.96º 0.96% 0.67% -
HSV(B) 5.96º 0.64% 0.99% -
XYZ 47.29 31.97 13.58 -
YUV 148.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 252 107 91 0 0.58 0.64 0.01 5.96 0.96 0.67
Hex FC 6B 5B 0 3A 40 1 6 60 43
Octal 374 153 133 0 72 100 1 6 140 103
Binary 11111100 1101011 1011011 0 111010 1000000 1 110 1100000 1000011

Color Harmonies of #FC6B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B5B

Black with #FC6B5B

Text Example


Text Example

White with #FC6B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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