#F6700B

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

Shades of Pumpkin #F6700B

Tints of Pumpkin #F6700B

Color information

#F6700B (or 0xF6700B) is unknown color: approx Pumpkin. HEX triplet: F6, 70 and 0B. RGB value is (246,112,11). Sum of RGB (Red+Green+Blue) = 246+112+11=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F6700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6700B is #098FF4. Grayscale: #8D8D8D. Windows color (decimal): -626677 or 749814. OLE color: 749814.

HSL color Cylindrical-coordinate representation of color #F6700B: hue angle of 25.79º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6700B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24611211-
CMYK00.540.960.04
HSL25.79º92.89%50.39%-
HSV(B)25.79º95.53%96.47%-
XYZ43.8631.214.03-
YUV140.5554.89203.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.67%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 11 (4.69% from 255) = 2.98%
R=66.67%
G=30.35%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461121100.540.960.0425.7992.8950.39
HexF670B0366041a5d32
Octal3661601306614043213562
Binary111101101110000101101101101100000100110101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6700B; }

 p { color: rgb(246,112,11); }

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

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

 a { background-color: rgb(246,112,11); }

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

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

 span { border-color: rgb(246,112,11); }

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