Html Css Color HEX #F67114 Pumpkin

📋 copy color: '#F67114'

red 246 ◦ green 113 ◦ blue 20

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

Shades of Pumpkin #F67114

Tints of Pumpkin #F67114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 64.91%
G = 29.82%
B = 5.28%

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

#F67114 (or 0xF67114) is known color: Pumpkin. HEX triplet: F6, 71 and 14. RGB value is (246,113,20). Sum of RGB (Red+Green+Blue) = 246+113+20=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F67114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67114 is #098EEB. Grayscale: #8E8E8E. Windows color (decimal): -626412 or 1339894. OLE color: 1339894.

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

Color convert

RGB 246 113 20 -
CMYK 0 0.54 0.92 0.04
HSL 24.69º 0.93% 0.52% -
HSV(B) 24.69º 0.92% 0.96% -
XYZ 44.04 31.45 4.41 -
YUV 142.17 59.06 202.06 -
System Red Green Blue C M Y K H S L
Decimal 246 113 20 0 0.54 0.92 0.04 24.69 0.93 0.52
Hex F6 71 14 0 36 5C 4 19 5D 34
Octal 366 161 24 0 66 134 4 31 135 64
Binary 11110110 1110001 10100 0 110110 1011100 100 11001 1011101 110100

Color Harmonies of #F67114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67114

Black with #F67114

Text Example


Text Example

White with #F67114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67114; }

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

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

background-color css

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

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

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

border-color css

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

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

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