#f38e55

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

Shades of Crusta #F38E55

Tints of Crusta #F38E55

Color information

#F38E55 (or 0xF38E55) is unknown color: approx Crusta. HEX triplet: F3, 8E and 55. RGB value is (243,142,85). Sum of RGB (Red+Green+Blue) = 243+142+85=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E55 is #0C71AA. Grayscale: #A6A6A6. Windows color (decimal): -815531 or 5607155. OLE color: 5607155.

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

Color convert

RGB24314285-
CMYK00.420.650.05
HSL21.65º86.81%64.31%-
HSV(B)21.65º65.02%95.29%-
XYZ48.2739.0613.59-
YUV165.782.46183.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.70%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=51.70%
G=30.21%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431428500.420.650.0521.6586.8164.31
HexF38E5502A415165740
Octal363216125052101526127100
Binary11110011100011101010101010101010000011011011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f38e55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f38e55; }

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

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

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

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

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

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

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

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