#F7824F

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

Shades of Crusta #F7824F

Tints of Crusta #F7824F

Color information

#F7824F (or 0xF7824F) is unknown color: approx Crusta. HEX triplet: F7, 82 and 4F. RGB value is (247,130,79). Sum of RGB (Red+Green+Blue) = 247+130+79=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7824F is #087DB0. Grayscale: #9F9F9F. Windows color (decimal): -556465 or 5210871. OLE color: 5210871.

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

Color convert

RGB24713079-
CMYK00.470.680.03
HSL18.21º91.3%63.92%-
HSV(B)18.21º68.02%96.86%-
XYZ47.7536.311.89-
YUV159.1782.76190.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 79 (31.25% from 255) = 17.32%
R=54.17%
G=28.51%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471307900.470.680.0318.2191.363.92
HexF7824F02F443125b40
Octal367202117057104322133100
Binary1111011110000010100111101011111000100111001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7824F; }

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

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

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

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

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

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

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

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