#F58C4B

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

Shades of Crusta #F58C4B

Tints of Crusta #F58C4B

Color information

#F58C4B (or 0xF58C4B) is unknown color: approx Crusta. HEX triplet: F5, 8C and 4B. RGB value is (245,140,75). Sum of RGB (Red+Green+Blue) = 245+140+75=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58C4B is #0A73B4. Grayscale: #A4A4A4. Windows color (decimal): -684981 or 4951285. OLE color: 4951285.

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

Color convert

RGB24514075-
CMYK00.430.690.04
HSL22.94º89.47%62.75%-
HSV(B)22.94º69.39%96.08%-
XYZ48.338.6811.58-
YUV163.9877.79185.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.26%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=53.26%
G=30.43%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451407500.430.690.0422.9489.4762.75
HexF58C4B02B45417593f
Octal36521411305310542713177
Binary1111010110001100100101101010111000101100101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C4B; }

 p { color: rgb(245,140,75); }

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

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

 a { background-color: rgb(245,140,75); }

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

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

 span { border-color: rgb(245,140,75); }

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