Html Css Color HEX #F67714 Pumpkin

📋 copy color: '#F67714'

red 246 ◦ green 119 ◦ blue 20

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

Shades of Pumpkin #F67714

Tints of Pumpkin #F67714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 63.9%
G = 30.91%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67714 (or 0xF67714) is known color: Pumpkin. HEX triplet: F6, 77 and 14. RGB value is (246,119,20). Sum of RGB (Red+Green+Blue) = 246+119+20=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F67714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67714 is #0988EB. Grayscale: #929292. Windows color (decimal): -624876 or 1341430. OLE color: 1341430.

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

Color convert

RGB 246 119 20 -
CMYK 0 0.52 0.92 0.04
HSL 26.28º 0.93% 0.52% -
HSV(B) 26.28º 0.92% 0.96% -
XYZ 44.73 32.84 4.64 -
YUV 145.69 57.08 199.55 -
System Red Green Blue C M Y K H S L
Decimal 246 119 20 0 0.52 0.92 0.04 26.28 0.93 0.52
Hex F6 77 14 0 34 5C 4 1A 5D 34
Octal 366 167 24 0 64 134 4 32 135 64
Binary 11110110 1110111 10100 0 110100 1011100 100 11010 1011101 110100

Color Harmonies of #F67714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67714

Black with #F67714

Text Example


Text Example

White with #F67714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67714; }

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

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

background-color css

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

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

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

border-color css

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

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

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