Html Css Color HEX #FB7355 Bittersweet

📋 copy color: '#FB7355'

red 251 ◦ green 115 ◦ blue 85

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

Shades of Bittersweet #FB7355

Tints of Bittersweet #FB7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 85 (33.59% from 255) = 18.85%

R = 55.65%
G = 25.5%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB7355 (or 0xFB7355) is known color: Bittersweet. HEX triplet: FB, 73 and 55. RGB value is (251,115,85). Sum of RGB (Red+Green+Blue) = 251+115+85=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7355 is #048CAA. Grayscale: #989898. Windows color (decimal): -298155 or 5600251. OLE color: 5600251.

HSL color Cylindrical-coordinate representation of color #FB7355: hue angle of 10.84º 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 #FB7355 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 115 85 -
CMYK 0 0.54 0.66 0.02
HSL 10.84º 0.95% 0.66% -
HSV(B) 10.84º 0.66% 0.98% -
XYZ 47.55 33.43 12.54 -
YUV 152.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 251 115 85 0 0.54 0.66 0.02 10.84 0.95 0.66
Hex FB 73 55 0 36 42 2 B 5F 42
Octal 373 163 125 0 66 102 2 13 137 102
Binary 11111011 1110011 1010101 0 110110 1000010 10 1011 1011111 1000010

Color Harmonies of #FB7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7355

Black with #FB7355

Text Example


Text Example

White with #FB7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7355; }

 p { color: rgb(251,115,85); }

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

background-color css

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

 a { background-color: rgb(251,115,85); }

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

border-color css

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

 span { border-color: rgb(251,115,85); }

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