Html Css Color HEX #F6730F Pumpkin

📋 copy color: '#F6730F'

red 246 ◦ green 115 ◦ blue 15

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

Shades of Pumpkin #F6730F

Tints of Pumpkin #F6730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 65.43%
G = 30.59%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6730F (or 0xF6730F) is known color: Pumpkin. HEX triplet: F6, 73 and 0F. RGB value is (246,115,15). Sum of RGB (Red+Green+Blue) = 246+115+15=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6730F is #098CF0. Grayscale: #8F8F8F. Windows color (decimal): -625905 or 1012726. OLE color: 1012726.

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

Color convert

RGB 246 115 15 -
CMYK 0 0.53 0.94 0.04
HSL 25.97º 0.93% 0.51% -
HSV(B) 25.97º 0.94% 0.96% -
XYZ 44.22 31.89 4.28 -
YUV 142.77 55.9 201.63 -
System Red Green Blue C M Y K H S L
Decimal 246 115 15 0 0.53 0.94 0.04 25.97 0.93 0.51
Hex F6 73 F 0 35 5E 4 1A 5D 33
Octal 366 163 17 0 65 136 4 32 135 63
Binary 11110110 1110011 1111 0 110101 1011110 100 11010 1011101 110011

Color Harmonies of #F6730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6730F

Black with #F6730F

Text Example


Text Example

White with #F6730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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