Html Css Color HEX #FB745E Bittersweet

📋 copy color: '#FB745E'

red 251 ◦ green 116 ◦ blue 94

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

Shades of Bittersweet #FB745E

Tints of Bittersweet #FB745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 54.45%
G = 25.16%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB745E (or 0xFB745E) is known color: Bittersweet. HEX triplet: FB, 74 and 5E. RGB value is (251,116,94). Sum of RGB (Red+Green+Blue) = 251+116+94=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB745E is #048BA1. Grayscale: #9A9A9A. Windows color (decimal): -297890 or 6190331. OLE color: 6190331.

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

Color convert

RGB 251 116 94 -
CMYK 0 0.54 0.63 0.02
HSL 8.41º 0.95% 0.68% -
HSV(B) 8.41º 0.63% 0.98% -
XYZ 48.05 33.81 14.58 -
YUV 153.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 251 116 94 0 0.54 0.63 0.02 8.41 0.95 0.68
Hex FB 74 5E 0 36 3F 2 8 5F 44
Octal 373 164 136 0 66 77 2 10 137 104
Binary 11111011 1110100 1011110 0 110110 111111 10 1000 1011111 1000100

Color Harmonies of #FB745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB745E

Black with #FB745E

Text Example


Text Example

White with #FB745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB745E; }

 p { color: rgb(251,116,94); }

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

background-color css

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

 a { background-color: rgb(251,116,94); }

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

border-color css

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

 span { border-color: rgb(251,116,94); }

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