#F88961

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

Shades of Crusta #F88961

Tints of Crusta #F88961

Color information

#F88961 (or 0xF88961) is unknown color: approx Crusta. HEX triplet: F8, 89 and 61. RGB value is (248,137,97). Sum of RGB (Red+Green+Blue) = 248+137+97=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F88961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88961 is #07769E. Grayscale: #A5A5A5. Windows color (decimal): -489119 or 6392312. OLE color: 6392312.

HSL color Cylindrical-coordinate representation of color #F88961: hue angle of 15.89º 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 #F88961 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB24813797-
CMYK00.450.610.03
HSL15.89º91.52%67.65%-
HSV(B)15.89º60.89%97.25%-
XYZ49.8138.7116.16-
YUV165.6389.27186.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.45%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=51.45%
G=28.42%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481379700.450.610.0315.8991.5267.65
HexF8896102D3D3105c44
Octal37021114105575320134104
Binary111110001000100111000010101101111101111000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88961; }

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

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

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

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

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

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

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

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