#F38A65

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

Shades of Crusta #F38A65

Tints of Crusta #F38A65

Color information

#F38A65 (or 0xF38A65) is unknown color: approx Crusta. HEX triplet: F3, 8A and 65. RGB value is (243,138,101). Sum of RGB (Red+Green+Blue) = 243+138+101=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A65 is #0C759A. Grayscale: #A5A5A5. Windows color (decimal): -816539 or 6654707. OLE color: 6654707.

HSL color Cylindrical-coordinate representation of color #F38A65: hue angle of 15.63º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38A65 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243138101-
CMYK00.430.580.05
HSL15.63º85.54%67.45%-
HSV(B)15.63º58.44%95.29%-
XYZ48.438.1717.13-
YUV165.1891.79183.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.41%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=50.41%
G=28.63%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313810100.430.580.0515.6385.5467.45
HexF38A6502B3A5105643
Octal36321214505372520126103
Binary1111001110001010110010101010111110101011000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38A65; }

 p { color: rgb(243,138,101); }

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

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

 a { background-color: rgb(243,138,101); }

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

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

 span { border-color: rgb(243,138,101); }

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