#F38E5A

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

Shades of Crusta #F38E5A

Tints of Crusta #F38E5A

Color information

#F38E5A (or 0xF38E5A) is unknown color: approx Crusta. HEX triplet: F3, 8E and 5A. RGB value is (243,142,90). Sum of RGB (Red+Green+Blue) = 243+142+90=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E5A is #0C71A5. Grayscale: #A6A6A6. Windows color (decimal): -815526 or 5934835. OLE color: 5934835.

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

Color convert

RGB24314290-
CMYK00.420.630.05
HSL20.39º86.44%65.29%-
HSV(B)20.39º62.96%95.29%-
XYZ48.4839.1414.67-
YUV166.2784.96182.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=51.16%
G=29.89%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431429000.420.630.0520.3986.4465.29
HexF38E5A02A3F5145641
Octal36321613205277524126101
Binary1111001110001110101101001010101111111011010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38E5A; }

 p { color: rgb(243,142,90); }

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

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

 a { background-color: rgb(243,142,90); }

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

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

 span { border-color: rgb(243,142,90); }

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