Html Css Color HEX #FB7050 Bittersweet

📋 copy color: '#FB7050'

red 251 ◦ green 112 ◦ blue 80

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

Shades of Bittersweet #FB7050

Tints of Bittersweet #FB7050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 56.66%
G = 25.28%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB7050 (or 0xFB7050) is known color: Bittersweet. HEX triplet: FB, 70 and 50. RGB value is (251,112,80). Sum of RGB (Red+Green+Blue) = 251+112+80=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7050 is #048FAF. Grayscale: #969696. Windows color (decimal): -298928 or 5271803. OLE color: 5271803.

HSL color Cylindrical-coordinate representation of color #FB7050: hue angle of 11.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB7050 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 112 80 -
CMYK 0 0.55 0.68 0.02
HSL 11.23º 0.96% 0.65% -
HSV(B) 11.23º 0.68% 0.98% -
XYZ 47.03 32.68 11.42 -
YUV 149.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 251 112 80 0 0.55 0.68 0.02 11.23 0.96 0.65
Hex FB 70 50 0 37 44 2 B 60 41
Octal 373 160 120 0 67 104 2 13 140 101
Binary 11111011 1110000 1010000 0 110111 1000100 10 1011 1100000 1000001

Color Harmonies of #FB7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7050

Black with #FB7050

Text Example


Text Example

White with #FB7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7050; }

 p { color: rgb(251,112,80); }

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

background-color css

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

 a { background-color: rgb(251,112,80); }

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

border-color css

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

 span { border-color: rgb(251,112,80); }

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