#FF7254

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

Shades of Bittersweet #FF7254

Tints of Bittersweet #FF7254

Color information

#FF7254 (or 0xFF7254) is unknown color: approx Bittersweet. HEX triplet: FF, 72 and 54. RGB value is (255,114,84). Sum of RGB (Red+Green+Blue) = 255+114+84=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7254 is #008DAB. Grayscale: #999999. Windows color (decimal): -36268 or 5534463. OLE color: 5534463.

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

Color convert

RGB25511484-
CMYK00.550.670
HSL10.53º100%66.47%-
HSV(B)10.53º67.06%100%-
XYZ48.8633.9312.36-
YUV152.7489.21200.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=56.29%
G=25.17%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551148400.550.67010.5310066.47
HexFF7254037430b6442
Octal377162124067103013144102
Binary1111111111100101010100011011110000110101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7254; }

 p { color: rgb(255,114,84); }

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

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

 a { background-color: rgb(255,114,84); }

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

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

 span { border-color: rgb(255,114,84); }

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