#F28351

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

Shades of Crusta #F28351

Tints of Crusta #F28351

Color information

#F28351 (or 0xF28351) is unknown color: approx Crusta. HEX triplet: F2, 83 and 51. RGB value is (242,131,81). Sum of RGB (Red+Green+Blue) = 242+131+81=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F28351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28351 is #0D7CAE. Grayscale: #9E9E9E. Windows color (decimal): -883887 or 5342194. OLE color: 5342194.

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

Color convert

RGB24213181-
CMYK00.460.670.05
HSL18.63º86.1%63.33%-
HSV(B)18.63º66.53%94.9%-
XYZ46.2235.712.24-
YUV158.4984.27187.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.30%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 81 (32.03% from 255) = 17.84%
R=53.30%
G=28.85%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421318100.460.670.0518.6386.163.33
HexF2835102E43513563f
Octal36220312105610352312677
Binary1111001010000011101000101011101000011101100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28351; }

 p { color: rgb(242,131,81); }

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

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

 a { background-color: rgb(242,131,81); }

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

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

 span { border-color: rgb(242,131,81); }

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