#F7915C

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

Shades of Crusta #F7915C

Tints of Crusta #F7915C

Color information

#F7915C (or 0xF7915C) is unknown color: approx Crusta. HEX triplet: F7, 91 and 5C. RGB value is (247,145,92). Sum of RGB (Red+Green+Blue) = 247+145+92=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7915C is #086EA3. Grayscale: #A9A9A9. Windows color (decimal): -552612 or 6066679. OLE color: 6066679.

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

Color convert

RGB24714592-
CMYK00.410.630.03
HSL20.52º90.64%66.47%-
HSV(B)20.52º62.75%96.86%-
XYZ50.4140.815.34-
YUV169.4684.29183.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.03%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=51.03%
G=29.96%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471459200.410.630.0320.5290.6466.47
HexF7915C0293F3155b42
Octal36722113405177325133102
Binary111101111001000110111000101001111111111010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7915C; }

 p { color: rgb(247,145,92); }

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

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

 a { background-color: rgb(247,145,92); }

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

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

 span { border-color: rgb(247,145,92); }

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