#f48462

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

Shades of Crusta #F48462

Tints of Crusta #F48462

Color information

#F48462 (or 0xF48462) is unknown color: approx Crusta. HEX triplet: F4, 84 and 62. RGB value is (244,132,98). Sum of RGB (Red+Green+Blue) = 244+132+98=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F48462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48462 is #0B7B9D. Grayscale: #A1A1A1. Windows color (decimal): -752542 or 6456564. OLE color: 6456564.

HSL color Cylindrical-coordinate representation of color #F48462: hue angle of 13.97º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F48462 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24413298-
CMYK00.460.600.04
HSL13.97º86.9%67.06%-
HSV(B)13.97º59.84%95.69%-
XYZ47.7636.6216.11-
YUV161.6192.11186.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.48%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=51.48%
G=27.85%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441329800.460.600.0413.9786.967.06
HexF4846202E3C4e5743
Octal36420414205674416127103
Binary111101001000010011000100101110111100100111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48462; }

 p { color: rgb(244,132,98); }

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

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

 a { background-color: rgb(244,132,98); }

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

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

 span { border-color: rgb(244,132,98); }

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