#f28d51

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

Shades of Crusta #F28D51

Tints of Crusta #F28D51

Color information

#F28D51 (or 0xF28D51) is unknown color: approx Crusta. HEX triplet: F2, 8D and 51. RGB value is (242,141,81). Sum of RGB (Red+Green+Blue) = 242+141+81=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D51 is #0D72AE. Grayscale: #A4A4A4. Windows color (decimal): -881327 or 5344754. OLE color: 5344754.

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

Color convert

RGB24214181-
CMYK00.420.670.05
HSL22.36º86.1%63.33%-
HSV(B)22.36º66.53%94.9%-
XYZ47.6338.5212.71-
YUV164.3680.96183.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=52.16%
G=30.39%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421418100.420.670.0522.3686.163.33
HexF28D5102A43516563f
Octal36221512105210352612677
Binary1111001010001101101000101010101000011101101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28d51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28d51; }

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

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

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

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

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

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

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

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