#F88661

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

Shades of Crusta #F88661

Tints of Crusta #F88661

Color information

#F88661 (or 0xF88661) is unknown color: approx Crusta. HEX triplet: F8, 86 and 61. RGB value is (248,134,97). Sum of RGB (Red+Green+Blue) = 248+134+97=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F88661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88661 is #07799E. Grayscale: #A4A4A4. Windows color (decimal): -489887 or 6391544. OLE color: 6391544.

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

Color convert

RGB24813497-
CMYK00.460.610.03
HSL14.7º91.52%67.65%-
HSV(B)14.7º60.89%97.25%-
XYZ49.3937.8716.02-
YUV163.8790.27188.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=51.77%
G=27.97%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481349700.460.610.0314.791.5267.65
HexF8866102E3D3f5c44
Octal37020614105675317134104
Binary11111000100001101100001010111011110111111110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88661; }

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

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

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

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

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

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

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

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