#F7805C

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

Shades of Crusta #F7805C

Tints of Crusta #F7805C

Color information

#F7805C (or 0xF7805C) is unknown color: approx Crusta. HEX triplet: F7, 80 and 5C. RGB value is (247,128,92). Sum of RGB (Red+Green+Blue) = 247+128+92=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7805C is #087FA3. Grayscale: #9F9F9F. Windows color (decimal): -556964 or 6062327. OLE color: 6062327.

HSL color Cylindrical-coordinate representation of color #F7805C: hue angle of 13.94º 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 #F7805C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24712892-
CMYK00.480.630.03
HSL13.94º90.64%66.47%-
HSV(B)13.94º62.75%96.86%-
XYZ48.0135.9914.54-
YUV159.4889.92190.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.89%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=52.89%
G=27.41%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471289200.480.630.0313.9490.6466.47
HexF7805C0303F3e5b42
Octal36720013406077316133102
Binary11110111100000001011100011000011111111111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7805C; }

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

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

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

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

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

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

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

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