#F48965

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

Shades of Crusta #F48965

Tints of Crusta #F48965

Color information

#F48965 (or 0xF48965) is unknown color: approx Crusta. HEX triplet: F4, 89 and 65. RGB value is (244,137,101). Sum of RGB (Red+Green+Blue) = 244+137+101=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48965 is #0B769A. Grayscale: #A5A5A5. Windows color (decimal): -751259 or 6654452. OLE color: 6654452.

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

Color convert

RGB244137101-
CMYK00.440.590.04
HSL15.1º86.67%67.65%-
HSV(B)15.1º58.61%95.69%-
XYZ48.638.0617.1-
YUV164.8991.95184.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=50.62%
G=28.42%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413710100.440.590.0415.186.6767.65
HexF4896502C3B4f5744
Octal36421114505473417127104
Binary111101001000100111001010101100111011100111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48965; }

 p { color: rgb(244,137,101); }

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

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

 a { background-color: rgb(244,137,101); }

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

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

 span { border-color: rgb(244,137,101); }

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