#FF6F5B

Color #FF6F5B Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FF6F5B

Tints of Bittersweet #FF6F5B

Color information

#FF6F5B (or 0xFF6F5B) is unknown color: approx Bittersweet. HEX triplet: FF, 6F and 5B. RGB value is (255,111,91). Sum of RGB (Red+Green+Blue) = 255+111+91=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F5B is #0090A4. Grayscale: #989898. Windows color (decimal): -37029 or 5992447. OLE color: 5992447.

HSL color Cylindrical-coordinate representation of color #FF6F5B: hue angle of 7.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF6F5B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25511191-
CMYK00.560.640
HSL7.32º100%67.84%-
HSV(B)7.32º64.31%100%-
XYZ48.8133.3813.77-
YUV151.7893.71201.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=55.80%
G=24.29%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551119100.560.6407.3210067.84
HexFF6F5B03840076444
Octal37715713307010007144104
Binary111111111101111101101101110001000000011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6F5B; }

 p { color: rgb(255,111,91); }

 H1.HeaderClassName
 {
   color: #FF6F5B;
 }
 .AnyTagClassName
 {
   color: #FF6F5B;
 }
</style>
background-color css

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

 a { background-color: rgb(255,111,91); }

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

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

 span { border-color: rgb(255,111,91); }

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