#F6803C

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

Shades of Flamenco #F6803C

Tints of Flamenco #F6803C

Color information

#F6803C (or 0xF6803C) is unknown color: approx Flamenco. HEX triplet: F6, 80 and 3C. RGB value is (246,128,60). Sum of RGB (Red+Green+Blue) = 246+128+60=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F6803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6803C is #097FC3. Grayscale: #9B9B9B. Windows color (decimal): -622532 or 3965174. OLE color: 3965174.

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

Color convert

RGB24612860-
CMYK00.480.760.04
HSL21.94º91.18%60%-
HSV(B)21.94º75.61%96.47%-
XYZ46.5435.368.65-
YUV155.5374.09192.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.68%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=56.68%
G=29.49%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461286000.480.760.0421.9491.1860
HexF6803C0304C4165b3c
Octal3662007406011442613374
Binary111101101000000011110001100001001100100101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6803C; }

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

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

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

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

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

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

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

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