#F38D60

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

Shades of Crusta #F38D60

Tints of Crusta #F38D60

Color information

#F38D60 (or 0xF38D60) is unknown color: approx Crusta. HEX triplet: F3, 8D and 60. RGB value is (243,141,96). Sum of RGB (Red+Green+Blue) = 243+141+96=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D60 is #0C729F. Grayscale: #A6A6A6. Windows color (decimal): -815776 or 6327795. OLE color: 6327795.

HSL color Cylindrical-coordinate representation of color #F38D60: hue angle of 18.37º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F38D60 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24314196-
CMYK00.420.600.05
HSL18.37º85.96%66.47%-
HSV(B)18.37º60.49%95.29%-
XYZ48.638.9516.02-
YUV166.3788.29182.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 96 (37.89% from 255) = 20%
R=50.62%
G=29.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431419600.420.600.0518.3785.9666.47
HexF38D6002A3C5125642
Octal36321514005274522126102
Binary1111001110001101110000001010101111001011001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D60; }

 p { color: rgb(243,141,96); }

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

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

 a { background-color: rgb(243,141,96); }

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

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

 span { border-color: rgb(243,141,96); }

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