Html Css Color HEX #F6720E Pumpkin

📋 copy color: '#F6720E'

red 246 ◦ green 114 ◦ blue 14

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

Shades of Pumpkin #F6720E

Tints of Pumpkin #F6720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 65.78%
G = 30.48%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6720E (or 0xF6720E) is known color: Pumpkin. HEX triplet: F6, 72 and 0E. RGB value is (246,114,14). Sum of RGB (Red+Green+Blue) = 246+114+14=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6720E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6720E is #098DF1. Grayscale: #8E8E8E. Windows color (decimal): -626162 or 946934. OLE color: 946934.

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

Color convert

RGB 246 114 14 -
CMYK 0 0.54 0.94 0.04
HSL 25.86º 0.93% 0.51% -
HSV(B) 25.86º 0.94% 0.96% -
XYZ 44.1 31.66 4.2 -
YUV 142.07 55.73 202.13 -
System Red Green Blue C M Y K H S L
Decimal 246 114 14 0 0.54 0.94 0.04 25.86 0.93 0.51
Hex F6 72 E 0 36 5E 4 1A 5D 33
Octal 366 162 16 0 66 136 4 32 135 63
Binary 11110110 1110010 1110 0 110110 1011110 100 11010 1011101 110011

Color Harmonies of #F6720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6720E

Black with #F6720E

Text Example


Text Example

White with #F6720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6720E; }

 p { color: rgb(246,114,14); }

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

background-color css

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

 a { background-color: rgb(246,114,14); }

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

border-color css

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

 span { border-color: rgb(246,114,14); }

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