Html Css Color HEX #FB6F55 Bittersweet

📋 copy color: '#FB6F55'

red 251 ◦ green 111 ◦ blue 85

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

Shades of Bittersweet #FB6F55

Tints of Bittersweet #FB6F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.83%

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

R = 56.15%
G = 24.83%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB6F55 (or 0xFB6F55) is known color: Bittersweet. HEX triplet: FB, 6F and 55. RGB value is (251,111,85). Sum of RGB (Red+Green+Blue) = 251+111+85=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6F55 is #0490AA. Grayscale: #969696. Windows color (decimal): -299179 or 5599227. OLE color: 5599227.

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

Color convert

RGB 251 111 85 -
CMYK 0 0.56 0.66 0.02
HSL 9.4º 0.95% 0.66% -
HSV(B) 9.4º 0.66% 0.98% -
XYZ 47.11 32.53 12.39 -
YUV 149.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 251 111 85 0 0.56 0.66 0.02 9.4 0.95 0.66
Hex FB 6F 55 0 38 42 2 9 5F 42
Octal 373 157 125 0 70 102 2 11 137 102
Binary 11111011 1101111 1010101 0 111000 1000010 10 1001 1011111 1000010

Color Harmonies of #FB6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6F55

Black with #FB6F55

Text Example


Text Example

White with #FB6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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