#FF7D5F

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

Shades of Bittersweet #FF7D5F

Tints of Bittersweet #FF7D5F

Color information

#FF7D5F (or 0xFF7D5F) is unknown color: approx Bittersweet. HEX triplet: FF, 7D and 5F. RGB value is (255,125,95). Sum of RGB (Red+Green+Blue) = 255+125+95=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D5F is #0082A0. Grayscale: #A0A0A0. Windows color (decimal): -33441 or 6258175. OLE color: 6258175.

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

Color convert

RGB25512595-
CMYK00.510.630
HSL11.25º100%68.63%-
HSV(B)11.25º62.75%100%-
XYZ50.6436.7515.25-
YUV160.4591.07195.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 95 (37.5% from 255) = 20%
R=53.68%
G=26.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551259500.510.63011.2510068.63
HexFF7D5F0333F0b6445
Octal37717513706377013144105
Binary111111111111101101111101100111111110101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D5F; }

 p { color: rgb(255,125,95); }

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

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

 a { background-color: rgb(255,125,95); }

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

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

 span { border-color: rgb(255,125,95); }

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