Html Css Color HEX #F86916 Pumpkin

📋 copy color: '#F86916'

red 248 ◦ green 105 ◦ blue 22

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

Shades of Pumpkin #F86916

Tints of Pumpkin #F86916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 66.13%
G = 28%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F86916 (or 0xF86916) is known color: Pumpkin. HEX triplet: F8, 69 and 16. RGB value is (248,105,22). Sum of RGB (Red+Green+Blue) = 248+105+22=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F86916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86916 is #0796E9. Grayscale: #8A8A8A. Windows color (decimal): -497386 or 1468920. OLE color: 1468920.

HSL color Cylindrical-coordinate representation of color #F86916: hue angle of 22.04º 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 #F86916 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 105 22 -
CMYK 0 0.58 0.91 0.03
HSL 22.04º 0.94% 0.53% -
HSV(B) 22.04º 0.91% 0.97% -
XYZ 43.91 30.12 4.26 -
YUV 138.3 62.38 206.25 -
System Red Green Blue C M Y K H S L
Decimal 248 105 22 0 0.58 0.91 0.03 22.04 0.94 0.53
Hex F8 69 16 0 3A 5B 3 16 5E 35
Octal 370 151 26 0 72 133 3 26 136 65
Binary 11111000 1101001 10110 0 111010 1011011 11 10110 1011110 110101

Color Harmonies of #F86916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86916

Black with #F86916

Text Example


Text Example

White with #F86916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86916; }

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

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

background-color css

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

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

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

border-color css

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

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

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