Html Css Color HEX #F86E14 Pumpkin

📋 copy color: '#F86E14'

red 248 ◦ green 110 ◦ blue 20

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

Shades of Pumpkin #F86E14

Tints of Pumpkin #F86E14

RGB

 RED value IS 248 (97.27% from 255) = 65.61%

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 65.61%
G = 29.1%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86E14 (or 0xF86E14) is known color: Pumpkin. HEX triplet: F8, 6E and 14. RGB value is (248,110,20). Sum of RGB (Red+Green+Blue) = 248+110+20=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86E14 is #0791EB. Grayscale: #8D8D8D. Windows color (decimal): -496108 or 1339128. OLE color: 1339128.

HSL color Cylindrical-coordinate representation of color #F86E14: hue angle of 23.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F86E14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 110 20 -
CMYK 0 0.56 0.92 0.03
HSL 23.68º 0.94% 0.53% -
HSV(B) 23.68º 0.92% 0.97% -
XYZ 44.41 31.16 4.34 -
YUV 141 59.72 204.32 -
System Red Green Blue C M Y K H S L
Decimal 248 110 20 0 0.56 0.92 0.03 23.68 0.94 0.53
Hex F8 6E 14 0 38 5C 3 18 5E 35
Octal 370 156 24 0 70 134 3 30 136 65
Binary 11111000 1101110 10100 0 111000 1011100 11 11000 1011110 110101

Color Harmonies of #F86E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E14

Black with #F86E14

Text Example


Text Example

White with #F86E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E14; }

 p { color: rgb(248,110,20); }

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

background-color css

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

 a { background-color: rgb(248,110,20); }

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

border-color css

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

 span { border-color: rgb(248,110,20); }

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