#F7854F

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

Shades of Crusta #F7854F

Tints of Crusta #F7854F

Color information

#F7854F (or 0xF7854F) is unknown color: approx Crusta. HEX triplet: F7, 85 and 4F. RGB value is (247,133,79). Sum of RGB (Red+Green+Blue) = 247+133+79=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7854F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7854F is #087AB0. Grayscale: #A1A1A1. Windows color (decimal): -555697 or 5211639. OLE color: 5211639.

HSL color Cylindrical-coordinate representation of color #F7854F: hue angle of 19.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7854F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24713379-
CMYK00.460.680.03
HSL19.29º91.3%63.92%-
HSV(B)19.29º68.02%96.86%-
XYZ48.1637.1112.02-
YUV160.9381.77189.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.81%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 79 (31.25% from 255) = 17.21%
R=53.81%
G=28.98%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471337900.460.680.0319.2991.363.92
HexF7854F02E443135b40
Octal367205117056104323133100
Binary1111011110000101100111101011101000100111001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7854F; }

 p { color: rgb(247,133,79); }

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

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

 a { background-color: rgb(247,133,79); }

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

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

 span { border-color: rgb(247,133,79); }

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