#F3824E

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

Shades of Crusta #F3824E

Tints of Crusta #F3824E

Color information

#F3824E (or 0xF3824E) is unknown color: approx Crusta. HEX triplet: F3, 82 and 4E. RGB value is (243,130,78). Sum of RGB (Red+Green+Blue) = 243+130+78=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3824E is #0C7DB1. Grayscale: #9E9E9E. Windows color (decimal): -818610 or 5145331. OLE color: 5145331.

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

Color convert

RGB24313078-
CMYK00.470.680.05
HSL18.91º87.3%62.94%-
HSV(B)18.91º67.9%95.29%-
XYZ46.3235.5711.63-
YUV157.8682.94188.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=53.88%
G=28.82%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431307800.470.680.0518.9187.362.94
HexF3824E02F44513573f
Octal36320211605710452312777
Binary1111001110000010100111001011111000100101100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3824E; }

 p { color: rgb(243,130,78); }

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

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

 a { background-color: rgb(243,130,78); }

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

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

 span { border-color: rgb(243,130,78); }

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