#F38750

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

Shades of Crusta #F38750

Tints of Crusta #F38750

Color information

#F38750 (or 0xF38750) is unknown color: approx Crusta. HEX triplet: F3, 87 and 50. RGB value is (243,135,80). Sum of RGB (Red+Green+Blue) = 243+135+80=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F38750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38750 is #0C78AF. Grayscale: #A1A1A1. Windows color (decimal): -817328 or 5277683. OLE color: 5277683.

HSL color Cylindrical-coordinate representation of color #F38750: hue angle of 20.25º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F38750 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24313580-
CMYK00.440.670.05
HSL20.25º87.17%63.33%-
HSV(B)20.25º67.08%95.29%-
XYZ47.0736.9612.24-
YUV161.0282.28186.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=53.06%
G=29.48%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431358000.440.670.0520.2587.1763.33
HexF3875002C43514573f
Octal36320712005410352412777
Binary1111001110000111101000001011001000011101101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38750; }

 p { color: rgb(243,135,80); }

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

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

 a { background-color: rgb(243,135,80); }

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

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

 span { border-color: rgb(243,135,80); }

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