#F3855A

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

Shades of Crusta #F3855A

Tints of Crusta #F3855A

Color information

#F3855A (or 0xF3855A) is unknown color: approx Crusta. HEX triplet: F3, 85 and 5A. RGB value is (243,133,90). Sum of RGB (Red+Green+Blue) = 243+133+90=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3855A is #0C7AA5. Grayscale: #A1A1A1. Windows color (decimal): -817830 or 5932531. OLE color: 5932531.

HSL color Cylindrical-coordinate representation of color #F3855A: hue angle of 16.86º 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 #F3855A is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24313390-
CMYK00.450.630.05
HSL16.86º86.44%65.29%-
HSV(B)16.86º62.96%95.29%-
XYZ47.236.5714.24-
YUV160.9987.94186.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.15%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=52.15%
G=28.54%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431339000.450.630.0516.8686.4465.29
HexF3855A02D3F5115641
Octal36320513205577521126101
Binary1111001110000101101101001011011111111011000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3855A; }

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

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

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

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

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

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

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

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