#F07E50

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

Shades of Crusta #F07E50

Tints of Crusta #F07E50

Color information

#F07E50 (or 0xF07E50) is unknown color: approx Crusta. HEX triplet: F0, 7E and 50. RGB value is (240,126,80). Sum of RGB (Red+Green+Blue) = 240+126+80=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E50 is #0F81AF. Grayscale: #9B9B9B. Windows color (decimal): -1016240 or 5275376. OLE color: 5275376.

HSL color Cylindrical-coordinate representation of color #F07E50: hue angle of 17.25º 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 #F07E50 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB24012680-
CMYK00.480.670.06
HSL17.25º84.21%62.75%-
HSV(B)17.25º66.67%94.12%-
XYZ44.8434.0311.79-
YUV154.8485.77188.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.81%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=53.81%
G=28.25%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401268000.480.670.0617.2584.2162.75
HexF07E5003043611543f
Octal36017612006010362112477
Binary111100001111110101000001100001000011110100011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E50; }

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

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

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

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

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

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

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

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