Html Css Color HEX #F67214 Pumpkin

📋 copy color: '#F67214'

red 246 ◦ green 114 ◦ blue 20

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

Shades of Pumpkin #F67214

Tints of Pumpkin #F67214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 64.74%
G = 30%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67214 (or 0xF67214) is known color: Pumpkin. HEX triplet: F6, 72 and 14. RGB value is (246,114,20). Sum of RGB (Red+Green+Blue) = 246+114+20=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F67214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67214 is #098DEB. Grayscale: #8F8F8F. Windows color (decimal): -626156 or 1340150. OLE color: 1340150.

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

Color convert

RGB 246 114 20 -
CMYK 0 0.54 0.92 0.04
HSL 24.96º 0.93% 0.52% -
HSV(B) 24.96º 0.92% 0.96% -
XYZ 44.15 31.68 4.45 -
YUV 142.75 58.73 201.64 -
System Red Green Blue C M Y K H S L
Decimal 246 114 20 0 0.54 0.92 0.04 24.96 0.93 0.52
Hex F6 72 14 0 36 5C 4 19 5D 34
Octal 366 162 24 0 66 134 4 31 135 64
Binary 11110110 1110010 10100 0 110110 1011100 100 11001 1011101 110100

Color Harmonies of #F67214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67214

Black with #F67214

Text Example


Text Example

White with #F67214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67214; }

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

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

background-color css

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

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

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

border-color css

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

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

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