#F88A61

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

Shades of Crusta #F88A61

Tints of Crusta #F88A61

Color information

#F88A61 (or 0xF88A61) is unknown color: approx Crusta. HEX triplet: F8, 8A and 61. RGB value is (248,138,97). Sum of RGB (Red+Green+Blue) = 248+138+97=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A61 is #07759E. Grayscale: #A6A6A6. Windows color (decimal): -488863 or 6392568. OLE color: 6392568.

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

Color convert

RGB24813897-
CMYK00.440.610.03
HSL16.29º91.52%67.65%-
HSV(B)16.29º60.89%97.25%-
XYZ49.963916.2-
YUV166.2288.94186.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.35%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=51.35%
G=28.57%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481389700.440.610.0316.2991.5267.65
HexF88A6102C3D3105c44
Octal37021214105475320134104
Binary111110001000101011000010101100111101111000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A61; }

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

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

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

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

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

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

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

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