#F2915E

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

Shades of Crusta #F2915E

Tints of Crusta #F2915E

Color information

#F2915E (or 0xF2915E) is unknown color: approx Crusta. HEX triplet: F2, 91 and 5E. RGB value is (242,145,94). Sum of RGB (Red+Green+Blue) = 242+145+94=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2915E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2915E is #0D6EA1. Grayscale: #A8A8A8. Windows color (decimal): -880290 or 6197746. OLE color: 6197746.

HSL color Cylindrical-coordinate representation of color #F2915E: hue angle of 20.68º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2915E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24214594-
CMYK00.400.610.05
HSL20.68º85.06%65.88%-
HSV(B)20.68º61.16%94.9%-
XYZ48.7639.9415.73-
YUV168.1986.14180.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=50.31%
G=30.15%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421459400.400.610.0520.6885.0665.88
HexF2915E0283D5155542
Octal36222113605075525125102
Binary1111001010010001101111001010001111011011010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2915E; }

 p { color: rgb(242,145,94); }

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

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

 a { background-color: rgb(242,145,94); }

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

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

 span { border-color: rgb(242,145,94); }

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