Html Css Color HEX #F86116 Pumpkin

📋 copy color: '#F86116'

red 248 ◦ green 97 ◦ blue 22

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

Shades of Pumpkin #F86116

Tints of Pumpkin #F86116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 67.57%
G = 26.43%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F86116 (or 0xF86116) is known color: Pumpkin. HEX triplet: F8, 61 and 16. RGB value is (248,97,22). Sum of RGB (Red+Green+Blue) = 248+97+22=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F86116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86116 is #079EE9. Grayscale: #868686. Windows color (decimal): -499434 or 1466872. OLE color: 1466872.

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

Color convert

RGB 248 97 22 -
CMYK 0 0.61 0.91 0.03
HSL 19.91º 0.94% 0.53% -
HSV(B) 19.91º 0.91% 0.97% -
XYZ 43.13 28.56 4 -
YUV 133.6 65.03 209.6 -
System Red Green Blue C M Y K H S L
Decimal 248 97 22 0 0.61 0.91 0.03 19.91 0.94 0.53
Hex F8 61 16 0 3D 5B 3 14 5E 35
Octal 370 141 26 0 75 133 3 24 136 65
Binary 11111000 1100001 10110 0 111101 1011011 11 10100 1011110 110101

Color Harmonies of #F86116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86116

Black with #F86116

Text Example


Text Example

White with #F86116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86116; }

 p { color: rgb(248,97,22); }

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

background-color css

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

 a { background-color: rgb(248,97,22); }

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

border-color css

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

 span { border-color: rgb(248,97,22); }

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