#F08363

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

Shades of Crusta #F08363

Tints of Crusta #F08363

Color information

#F08363 (or 0xF08363) is unknown color: approx Crusta. HEX triplet: F0, 83 and 63. RGB value is (240,131,99). Sum of RGB (Red+Green+Blue) = 240+131+99=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F08363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08363 is #0F7C9C. Grayscale: #A0A0A0. Windows color (decimal): -1014941 or 6521840. OLE color: 6521840.

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

Color convert

RGB24013199-
CMYK00.450.590.06
HSL13.62º82.46%66.47%-
HSV(B)13.62º58.75%94.12%-
XYZ46.335.6616.25-
YUV159.9493.61185.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=51.06%
G=27.87%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401319900.450.590.0613.6282.4666.47
HexF0836302D3B6e5242
Octal36020314305573616122102
Binary111100001000001111000110101101111011110111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08363; }

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

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

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

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

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

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

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

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