Html Css Color HEX #F67414 Pumpkin

📋 copy color: '#F67414'

red 246 ◦ green 116 ◦ blue 20

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

Shades of Pumpkin #F67414

Tints of Pumpkin #F67414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

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

R = 64.4%
G = 30.37%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67414 (or 0xF67414) is known color: Pumpkin. HEX triplet: F6, 74 and 14. RGB value is (246,116,20). Sum of RGB (Red+Green+Blue) = 246+116+20=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F67414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67414 is #098BEB. Grayscale: #909090. Windows color (decimal): -625644 or 1340662. OLE color: 1340662.

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

Color convert

RGB 246 116 20 -
CMYK 0 0.53 0.92 0.04
HSL 25.49º 0.93% 0.52% -
HSV(B) 25.49º 0.92% 0.96% -
XYZ 44.38 32.13 4.53 -
YUV 143.93 58.07 200.81 -
System Red Green Blue C M Y K H S L
Decimal 246 116 20 0 0.53 0.92 0.04 25.49 0.93 0.52
Hex F6 74 14 0 35 5C 4 19 5D 34
Octal 366 164 24 0 65 134 4 31 135 64
Binary 11110110 1110100 10100 0 110101 1011100 100 11001 1011101 110100

Color Harmonies of #F67414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67414

Black with #F67414

Text Example


Text Example

White with #F67414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67414; }

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

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

background-color css

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

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

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

border-color css

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

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

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