#F28354

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

Shades of Crusta #F28354

Tints of Crusta #F28354

Color information

#F28354 (or 0xF28354) is unknown color: approx Crusta. HEX triplet: F2, 83 and 54. RGB value is (242,131,84). Sum of RGB (Red+Green+Blue) = 242+131+84=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28354 is #0D7CAB. Grayscale: #9F9F9F. Windows color (decimal): -883884 or 5538802. OLE color: 5538802.

HSL color Cylindrical-coordinate representation of color #F28354: hue angle of 17.85º degrees, saturation: 0.86, 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 #F28354 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24213184-
CMYK00.460.650.05
HSL17.85º85.87%63.92%-
HSV(B)17.85º65.29%94.9%-
XYZ46.3335.7512.85-
YUV158.8385.77187.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=52.95%
G=28.67%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421318400.460.650.0517.8585.8763.92
HexF2835402E415125640
Octal362203124056101522126100
Binary11110010100000111010100010111010000011011001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28354; }

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

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

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

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

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

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

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

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