#F67965

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

Shades of Bittersweet #F67965

Tints of Bittersweet #F67965

Color information

#F67965 (or 0xF67965) is unknown color: approx Bittersweet. HEX triplet: F6, 79 and 65. RGB value is (246,121,101). Sum of RGB (Red+Green+Blue) = 246+121+101=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F67965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67965 is #09869A. Grayscale: #9C9C9C. Windows color (decimal): -624283 or 6650358. OLE color: 6650358.

HSL color Cylindrical-coordinate representation of color #F67965: hue angle of 8.28º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67965 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246121101-
CMYK00.510.590.04
HSL8.28º88.96%68.04%-
HSV(B)8.28º58.94%96.47%-
XYZ47.1934.2116.43-
YUV156.196.91192.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.56%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=52.56%
G=25.85%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612110100.510.590.048.2888.9668.04
HexF679650333B485944
Octal36617114506373410131104
Binary11110110111100111001010110011111011100100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67965; }

 p { color: rgb(246,121,101); }

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

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

 a { background-color: rgb(246,121,101); }

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

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

 span { border-color: rgb(246,121,101); }

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