#F78262

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

Shades of Crusta #F78262

Tints of Crusta #F78262

Color information

#F78262 (or 0xF78262) is unknown color: approx Crusta. HEX triplet: F7, 82 and 62. RGB value is (247,130,98). Sum of RGB (Red+Green+Blue) = 247+130+98=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F78262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78262 is #087D9D. Grayscale: #A1A1A1. Windows color (decimal): -556446 or 6456055. OLE color: 6456055.

HSL color Cylindrical-coordinate representation of color #F78262: hue angle of 12.89º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78262 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24713098-
CMYK00.470.600.03
HSL12.89º90.3%67.65%-
HSV(B)12.89º60.32%96.86%-
XYZ48.5536.6216.07-
YUV161.3492.26189.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=52%
G=27.37%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471309800.470.600.0312.8990.367.65
HexF7826202F3C3d5a44
Octal36720214205774315132104
Binary11110111100000101100010010111111110011110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78262; }

 p { color: rgb(247,130,98); }

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

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

 a { background-color: rgb(247,130,98); }

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

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

 span { border-color: rgb(247,130,98); }

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