#f28956

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

Shades of Crusta #F28956

Tints of Crusta #F28956

Color information

#F28956 (or 0xF28956) is unknown color: approx Crusta. HEX triplet: F2, 89 and 56. RGB value is (242,137,86). Sum of RGB (Red+Green+Blue) = 242+137+86=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F28956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28956 is #0D76A9. Grayscale: #A2A2A2. Windows color (decimal): -882346 or 5671410. OLE color: 5671410.

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

Color convert

RGB24213786-
CMYK00.430.640.05
HSL19.62º85.71%64.31%-
HSV(B)19.62º64.46%94.9%-
XYZ47.2437.4413.54-
YUV162.5884.79184.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=52.04%
G=29.46%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421378600.430.640.0519.6285.7164.31
HexF2895602B405145640
Octal362211126053100524126100
Binary11110010100010011010110010101110000001011010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28956; }

 p { color: rgb(242,137,86); }

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

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

 a { background-color: rgb(242,137,86); }

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

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

 span { border-color: rgb(242,137,86); }

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