#F48A4A

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

Shades of Crusta #F48A4A

Tints of Crusta #F48A4A

Color information

#F48A4A (or 0xF48A4A) is unknown color: approx Crusta. HEX triplet: F4, 8A and 4A. RGB value is (244,138,74). Sum of RGB (Red+Green+Blue) = 244+138+74=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48A4A is #0B75B5. Grayscale: #A2A2A2. Windows color (decimal): -751030 or 4885236. OLE color: 4885236.

HSL color Cylindrical-coordinate representation of color #F48A4A: hue angle of 22.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F48A4A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24413874-
CMYK00.430.700.04
HSL22.59º88.54%62.35%-
HSV(B)22.59º69.67%95.69%-
XYZ47.6337.911.28-
YUV162.478.12186.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.51%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 74 (29.30% from 255) = 16.23%
R=53.51%
G=30.26%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441387400.430.700.0422.5988.5462.35
HexF48A4A02B46417593e
Octal36421211205310642713176
Binary1111010010001010100101001010111000110100101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A4A; }

 p { color: rgb(244,138,74); }

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

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

 a { background-color: rgb(244,138,74); }

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

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

 span { border-color: rgb(244,138,74); }

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