#F68F50

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

Shades of Crusta #F68F50

Tints of Crusta #F68F50

Color information

#F68F50 (or 0xF68F50) is unknown color: approx Crusta. HEX triplet: F6, 8F and 50. RGB value is (246,143,80). Sum of RGB (Red+Green+Blue) = 246+143+80=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F50 is #0970AF. Grayscale: #A6A6A6. Windows color (decimal): -618672 or 5279734. OLE color: 5279734.

HSL color Cylindrical-coordinate representation of color #F68F50: hue angle of 22.77º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F68F50 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24614380-
CMYK00.420.670.04
HSL22.77º90.22%63.92%-
HSV(B)22.77º67.48%96.47%-
XYZ49.2839.8212.68-
YUV166.6279.12184.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 80 (31.64% from 255) = 17.06%
R=52.45%
G=30.49%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461438000.420.670.0422.7790.2263.92
HexF68F5002A434175a40
Octal366217120052103427132100
Binary11110110100011111010000010101010000111001011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F50; }

 p { color: rgb(246,143,80); }

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

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

 a { background-color: rgb(246,143,80); }

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

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

 span { border-color: rgb(246,143,80); }

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