Html Css Color HEX #F6700B Pumpkin

📋 copy color: '#F6700B'

red 246 ◦ green 112 ◦ blue 11

#F6700B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #F6700B

Tints of Pumpkin #F6700B

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 value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6700B (or 0xF6700B) is known color: 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

RGB 246 112 11 -
CMYK 0 0.54 0.96 0.04
HSL 25.79º 0.93% 0.5% -
HSV(B) 25.79º 0.96% 0.96% -
XYZ 43.86 31.21 4.03 -
YUV 140.55 54.89 203.21 -
System Red Green Blue C M Y K H S L
Decimal 246 112 11 0 0.54 0.96 0.04 25.79 0.93 0.5
Hex F6 70 B 0 36 60 4 1A 5D 32
Octal 366 160 13 0 66 140 4 32 135 62
Binary 11110110 1110000 1011 0 110110 1100000 100 11010 1011101 110010

Color Harmonies of #F6700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6700B

Black with #F6700B

Text Example


Text Example

White with #F6700B

Text Example


Text Example

HTML Codes & Css Web 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>