#F07E55

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

Shades of Crusta #F07E55

Tints of Crusta #F07E55

Color information

#F07E55 (or 0xF07E55) is unknown color: approx Crusta. HEX triplet: F0, 7E and 55. RGB value is (240,126,85). Sum of RGB (Red+Green+Blue) = 240+126+85=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E55 is #0F81AA. Grayscale: #9B9B9B. Windows color (decimal): -1016235 or 5603056. OLE color: 5603056.

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

Color convert

RGB24012685-
CMYK00.480.650.06
HSL15.87º83.78%63.73%-
HSV(B)15.87º64.58%94.12%-
XYZ45.0434.112.8-
YUV155.4188.27188.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=53.22%
G=27.94%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401268500.480.650.0615.8783.7863.73
HexF07E55030416105440
Octal360176125060101620124100
Binary1111000011111101010101011000010000011101000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E55; }

 p { color: rgb(240,126,85); }

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

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

 a { background-color: rgb(240,126,85); }

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

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

 span { border-color: rgb(240,126,85); }

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