#F88461

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

Shades of Crusta #F88461

Tints of Crusta #F88461

Color information

#F88461 (or 0xF88461) is unknown color: approx Crusta. HEX triplet: F8, 84 and 61. RGB value is (248,132,97). Sum of RGB (Red+Green+Blue) = 248+132+97=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F88461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88461 is #077B9E. Grayscale: #A2A2A2. Windows color (decimal): -490399 or 6391032. OLE color: 6391032.

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

Color convert

RGB24813297-
CMYK00.470.610.03
HSL13.91º91.52%67.65%-
HSV(B)13.91º60.89%97.25%-
XYZ49.1237.3215.92-
YUV162.6990.93188.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.99%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=51.99%
G=27.67%
B=20.34%

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
Decimal2481329700.470.610.0313.9191.5267.65
HexF8846102F3D3e5c44
Octal37020414105775316134104
Binary11111000100001001100001010111111110111111010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88461; }

 p { color: rgb(248,132,97); }

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

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

 a { background-color: rgb(248,132,97); }

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

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

 span { border-color: rgb(248,132,97); }

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