#FD7268

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

Shades of Bittersweet #FD7268

Tints of Bittersweet #FD7268

Color information

#FD7268 (or 0xFD7268) is unknown color: approx Bittersweet. HEX triplet: FD, 72 and 68. RGB value is (253,114,104). Sum of RGB (Red+Green+Blue) = 253+114+104=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7268 is #028D97. Grayscale: #9A9A9A. Windows color (decimal): -167320 or 6845181. OLE color: 6845181.

HSL color Cylindrical-coordinate representation of color #FD7268: hue angle of 4.03º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD7268 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253114104-
CMYK00.550.590.01
HSL4.03º97.39%70%-
HSV(B)4.03º58.89%99.22%-
XYZ49.0233.9217.06-
YUV154.4299.55198.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=53.72%
G=24.20%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311410400.550.590.014.0397.3970
HexFD72680373B146146
Octal3751621500677314141106
Binary11111101111001011010000110111111011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7268; }

 p { color: rgb(253,114,104); }

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

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

 a { background-color: rgb(253,114,104); }

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

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

 span { border-color: rgb(253,114,104); }

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