#F78150

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

Shades of Crusta #F78150

Tints of Crusta #F78150

Color information

#F78150 (or 0xF78150) is unknown color: approx Crusta. HEX triplet: F7, 81 and 50. RGB value is (247,129,80). Sum of RGB (Red+Green+Blue) = 247+129+80=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F78150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78150 is #087EAF. Grayscale: #9F9F9F. Windows color (decimal): -556720 or 5276151. OLE color: 5276151.

HSL color Cylindrical-coordinate representation of color #F78150: hue angle of 17.6º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F78150 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24712980-
CMYK00.480.680.03
HSL17.6º91.26%64.12%-
HSV(B)17.6º67.61%96.86%-
XYZ47.6636.0512.04-
YUV158.783.59190.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=54.17%
G=28.29%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471298000.480.680.0317.691.2664.12
HexF78150030443125b40
Octal367201120060104322133100
Binary1111011110000001101000001100001000100111001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78150; }

 p { color: rgb(247,129,80); }

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

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

 a { background-color: rgb(247,129,80); }

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

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

 span { border-color: rgb(247,129,80); }

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