Html Css Color HEX #F6730B Pumpkin

📋 copy color: '#F6730B'

red 246 ◦ green 115 ◦ blue 11

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

Shades of Pumpkin #F6730B

Tints of Pumpkin #F6730B

RGB

 RED value IS 246 (96.48% from 255) = 66.13%

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 66.13%
G = 30.91%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6730B (or 0xF6730B) is known color: Pumpkin. HEX triplet: F6, 73 and 0B. RGB value is (246,115,11). Sum of RGB (Red+Green+Blue) = 246+115+11=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6730B is #098CF4. Grayscale: #8E8E8E. Windows color (decimal): -625909 or 750582. OLE color: 750582.

HSL color Cylindrical-coordinate representation of color #F6730B: hue angle of 26.55º 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 #F6730B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 11 -
CMYK 0 0.53 0.96 0.04
HSL 26.55º 0.93% 0.5% -
HSV(B) 26.55º 0.96% 0.96% -
XYZ 44.2 31.88 4.14 -
YUV 142.31 53.9 201.96 -
System Red Green Blue C M Y K H S L
Decimal 246 115 11 0 0.53 0.96 0.04 26.55 0.93 0.5
Hex F6 73 B 0 35 60 4 1B 5D 32
Octal 366 163 13 0 65 140 4 33 135 62
Binary 11110110 1110011 1011 0 110101 1100000 100 11011 1011101 110010

Color Harmonies of #F6730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6730B

Black with #F6730B

Text Example


Text Example

White with #F6730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6730B; }

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

 H1.HeaderClassName
 {
   color: #F6730B;
 }
 .AnyTagClassName
 {
   color: #F6730B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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