Html Css Color HEX #FB6C56 Bittersweet

📋 copy color: '#FB6C56'

red 251 ◦ green 108 ◦ blue 86

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

Shades of Bittersweet #FB6C56

Tints of Bittersweet #FB6C56

RGB

 RED value IS 251 (98.44% from 255) = 56.4%

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

 BLUE value IS 86 (33.98% from 255) = 19.33%

R = 56.4%
G = 24.27%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB6C56 (or 0xFB6C56) is known color: Bittersweet. HEX triplet: FB, 6C and 56. RGB value is (251,108,86). Sum of RGB (Red+Green+Blue) = 251+108+86=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C56 is #0493A9. Grayscale: #949494. Windows color (decimal): -299946 or 5663995. OLE color: 5663995.

HSL color Cylindrical-coordinate representation of color #FB6C56: hue angle of 8º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB6C56 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 108 86 -
CMYK 0 0.57 0.66 0.02
HSL 0.95% 0.66% -
HSV(B) 0.66% 0.98% -
XYZ 46.83 31.91 12.49 -
YUV 148.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 251 108 86 0 0.57 0.66 0.02 8 0.95 0.66
Hex FB 6C 56 0 39 42 2 8 5F 42
Octal 373 154 126 0 71 102 2 10 137 102
Binary 11111011 1101100 1010110 0 111001 1000010 10 1000 1011111 1000010

Color Harmonies of #FB6C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6C56

Black with #FB6C56

Text Example


Text Example

White with #FB6C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6C56; }

 p { color: rgb(251,108,86); }

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

background-color css

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

 a { background-color: rgb(251,108,86); }

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

border-color css

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

 span { border-color: rgb(251,108,86); }

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