Html Css Color HEX #F67814 Pumpkin

📋 copy color: '#F67814'

red 246 ◦ green 120 ◦ blue 20

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

Shades of Pumpkin #F67814

Tints of Pumpkin #F67814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 63.73%
G = 31.09%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67814 (or 0xF67814) is known color: Pumpkin. HEX triplet: F6, 78 and 14. RGB value is (246,120,20). Sum of RGB (Red+Green+Blue) = 246+120+20=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F67814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67814 is #0987EB. Grayscale: #929292. Windows color (decimal): -624620 or 1341686. OLE color: 1341686.

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

Color convert

RGB 246 120 20 -
CMYK 0 0.51 0.92 0.04
HSL 26.55º 0.93% 0.52% -
HSV(B) 26.55º 0.92% 0.96% -
XYZ 44.85 33.08 4.68 -
YUV 146.27 56.74 199.13 -
System Red Green Blue C M Y K H S L
Decimal 246 120 20 0 0.51 0.92 0.04 26.55 0.93 0.52
Hex F6 78 14 0 33 5C 4 1B 5D 34
Octal 366 170 24 0 63 134 4 33 135 64
Binary 11110110 1111000 10100 0 110011 1011100 100 11011 1011101 110100

Color Harmonies of #F67814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67814

Black with #F67814

Text Example


Text Example

White with #F67814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67814; }

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

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

background-color css

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

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

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

border-color css

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

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

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