#F07F50

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

Shades of Crusta #F07F50

Tints of Crusta #F07F50

Color information

#F07F50 (or 0xF07F50) is unknown color: approx Crusta. HEX triplet: F0, 7F and 50. RGB value is (240,127,80). Sum of RGB (Red+Green+Blue) = 240+127+80=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F50 is #0F80AF. Grayscale: #9B9B9B. Windows color (decimal): -1015984 or 5275632. OLE color: 5275632.

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

Color convert

RGB24012780-
CMYK00.470.670.06
HSL17.62º84.21%62.75%-
HSV(B)17.62º66.67%94.12%-
XYZ44.9734.2811.84-
YUV155.4385.44188.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.69%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 80 (31.64% from 255) = 17.90%
R=53.69%
G=28.41%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401278000.470.670.0617.6284.2162.75
HexF07F5002F43612543f
Octal36017712005710362212477
Binary111100001111111101000001011111000011110100101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F50; }

 p { color: rgb(240,127,80); }

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

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

 a { background-color: rgb(240,127,80); }

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

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

 span { border-color: rgb(240,127,80); }

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