#F08163

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

Shades of Crusta #F08163

Tints of Crusta #F08163

Color information

#F08163 (or 0xF08163) is unknown color: approx Crusta. HEX triplet: F0, 81 and 63. RGB value is (240,129,99). Sum of RGB (Red+Green+Blue) = 240+129+99=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08163 is #0F7E9C. Grayscale: #9F9F9F. Windows color (decimal): -1015453 or 6521328. OLE color: 6521328.

HSL color Cylindrical-coordinate representation of color #F08163: hue angle of 12.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F08163 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB24012999-
CMYK00.460.590.06
HSL12.77º82.46%66.47%-
HSV(B)12.77º58.75%94.12%-
XYZ46.0435.1316.16-
YUV158.7794.27185.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.28%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=51.28%
G=27.56%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401299900.460.590.0612.7782.4666.47
HexF0816302E3B6d5242
Octal36020114305673615122102
Binary111100001000000111000110101110111011110110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08163; }

 p { color: rgb(240,129,99); }

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

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

 a { background-color: rgb(240,129,99); }

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

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

 span { border-color: rgb(240,129,99); }

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