#F08263

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

Shades of Crusta #F08263

Tints of Crusta #F08263

Color information

#F08263 (or 0xF08263) is unknown color: approx Crusta. HEX triplet: F0, 82 and 63. RGB value is (240,130,99). Sum of RGB (Red+Green+Blue) = 240+130+99=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F08263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08263 is #0F7D9C. Grayscale: #9F9F9F. Windows color (decimal): -1015197 or 6521584. OLE color: 6521584.

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

Color convert

RGB24013099-
CMYK00.460.590.06
HSL13.19º82.46%66.47%-
HSV(B)13.19º58.75%94.12%-
XYZ46.1735.3916.2-
YUV159.3693.94185.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.17%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=51.17%
G=27.72%
B=21.11%

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
Decimal2401309900.460.590.0613.1982.4666.47
HexF0826302E3B6d5242
Octal36020214305673615122102
Binary111100001000001011000110101110111011110110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08263; }

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

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

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

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

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

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

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

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