#F78261

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

Shades of Crusta #F78261

Tints of Crusta #F78261

Color information

#F78261 (or 0xF78261) is unknown color: approx Crusta. HEX triplet: F7, 82 and 61. RGB value is (247,130,97). Sum of RGB (Red+Green+Blue) = 247+130+97=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F78261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78261 is #087D9E. Grayscale: #A1A1A1. Windows color (decimal): -556447 or 6390519. OLE color: 6390519.

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

Color convert

RGB24713097-
CMYK00.470.610.03
HSL13.2º90.36%67.45%-
HSV(B)13.2º60.73%96.86%-
XYZ48.536.615.82-
YUV161.2291.76189.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.11%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=52.11%
G=27.43%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471309700.470.610.0313.290.3667.45
HexF7826102F3D3d5a43
Octal36720214105775315132103
Binary11110111100000101100001010111111110111110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78261; }

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

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

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

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

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

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

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

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