Html Css Color HEX #F67D14 Pumpkin

📋 copy color: '#F67D14'

red 246 ◦ green 125 ◦ blue 20

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

Shades of Pumpkin #F67D14

Tints of Pumpkin #F67D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

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

R = 62.92%
G = 31.97%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67D14 (or 0xF67D14) is known color: Pumpkin. HEX triplet: F6, 7D and 14. RGB value is (246,125,20). Sum of RGB (Red+Green+Blue) = 246+125+20=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D14 is #0982EB. Grayscale: #959595. Windows color (decimal): -623340 or 1342966. OLE color: 1342966.

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

Color convert

RGB 246 125 20 -
CMYK 0 0.49 0.92 0.04
HSL 27.88º 0.93% 0.52% -
HSV(B) 27.88º 0.92% 0.96% -
XYZ 45.47 34.31 4.89 -
YUV 149.21 55.09 197.04 -
System Red Green Blue C M Y K H S L
Decimal 246 125 20 0 0.49 0.92 0.04 27.88 0.93 0.52
Hex F6 7D 14 0 31 5C 4 1C 5D 34
Octal 366 175 24 0 61 134 4 34 135 64
Binary 11110110 1111101 10100 0 110001 1011100 100 11100 1011101 110100

Color Harmonies of #F67D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D14

Black with #F67D14

Text Example


Text Example

White with #F67D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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