#F07D56

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

Shades of Crusta #F07D56

Tints of Crusta #F07D56

Color information

#F07D56 (or 0xF07D56) is unknown color: approx Crusta. HEX triplet: F0, 7D and 56. RGB value is (240,125,86). Sum of RGB (Red+Green+Blue) = 240+125+86=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D56 is #0F82A9. Grayscale: #9B9B9B. Windows color (decimal): -1016490 or 5668336. OLE color: 5668336.

HSL color Cylindrical-coordinate representation of color #F07D56: hue angle of 15.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F07D56 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB24012586-
CMYK00.480.640.06
HSL15.19º83.7%63.92%-
HSV(B)15.19º64.17%94.12%-
XYZ44.9533.8612.97-
YUV154.9489.1188.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=53.22%
G=27.72%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401258600.480.640.0615.1983.763.92
HexF07D56030406f5440
Octal360175126060100617124100
Binary111100001111101101011001100001000000110111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07D56; }

 p { color: rgb(240,125,86); }

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

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

 a { background-color: rgb(240,125,86); }

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

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

 span { border-color: rgb(240,125,86); }

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