#F7805F

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

Shades of Crusta #F7805F

Tints of Crusta #F7805F

Color information

#F7805F (or 0xF7805F) is unknown color: approx Crusta. HEX triplet: F7, 80 and 5F. RGB value is (247,128,95). Sum of RGB (Red+Green+Blue) = 247+128+95=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7805F is #087FA0. Grayscale: #A0A0A0. Windows color (decimal): -556961 or 6258935. OLE color: 6258935.

HSL color Cylindrical-coordinate representation of color #F7805F: hue angle of 13.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7805F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24712895-
CMYK00.480.620.03
HSL13.03º90.48%67.06%-
HSV(B)13.03º61.54%96.86%-
XYZ48.1436.0415.25-
YUV159.8291.42190.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=52.55%
G=27.23%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471289500.480.620.0313.0390.4867.06
HexF7805F0303E3d5a43
Octal36720013706076315132103
Binary11110111100000001011111011000011111011110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7805F; }

 p { color: rgb(247,128,95); }

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

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

 a { background-color: rgb(247,128,95); }

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

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

 span { border-color: rgb(247,128,95); }

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