#F4815E

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

Shades of Crusta #F4815E

Tints of Crusta #F4815E

Color information

#F4815E (or 0xF4815E) is unknown color: approx Crusta. HEX triplet: F4, 81 and 5E. RGB value is (244,129,94). Sum of RGB (Red+Green+Blue) = 244+129+94=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4815E is #0B7EA1. Grayscale: #9F9F9F. Windows color (decimal): -753314 or 6193652. OLE color: 6193652.

HSL color Cylindrical-coordinate representation of color #F4815E: hue angle of 14º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4815E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24412994-
CMYK00.470.610.04
HSL14º87.21%66.27%-
HSV(B)14º61.48%95.69%-
XYZ47.1835.7415-
YUV159.491.1188.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.25%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=52.25%
G=27.62%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441299400.470.610.041487.2166.27
HexF4815E02F3D4e5742
Octal36420113605775416127102
Binary111101001000000110111100101111111101100111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4815E; }

 p { color: rgb(244,129,94); }

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

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

 a { background-color: rgb(244,129,94); }

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

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

 span { border-color: rgb(244,129,94); }

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