#F6804F

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

Shades of Crusta #F6804F

Tints of Crusta #F6804F

Color information

#F6804F (or 0xF6804F) is unknown color: approx Crusta. HEX triplet: F6, 80 and 4F. RGB value is (246,128,79). Sum of RGB (Red+Green+Blue) = 246+128+79=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6804F is #097FB0. Grayscale: #9E9E9E. Windows color (decimal): -622513 or 5210358. OLE color: 5210358.

HSL color Cylindrical-coordinate representation of color #F6804F: hue angle of 17.6º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6804F is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24612879-
CMYK00.480.680.04
HSL17.6º90.27%63.73%-
HSV(B)17.6º67.89%96.47%-
XYZ47.1435.611.78-
YUV157.783.59190.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.30%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 79 (31.25% from 255) = 17.44%
R=54.30%
G=28.26%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461287900.480.680.0417.690.2763.73
HexF6804F030444125a40
Octal366200117060104422132100
Binary11110110100000001001111011000010001001001001010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6804F; }

 p { color: rgb(246,128,79); }

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

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

 a { background-color: rgb(246,128,79); }

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

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

 span { border-color: rgb(246,128,79); }

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