Html Css Color HEX #F86A16 Pumpkin

📋 copy color: '#F86A16'

red 248 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #F86A16

Tints of Pumpkin #F86A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

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

R = 65.96%
G = 28.19%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F86A16 (or 0xF86A16) is known color: Pumpkin. HEX triplet: F8, 6A and 16. RGB value is (248,106,22). Sum of RGB (Red+Green+Blue) = 248+106+22=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A16 is #0795E9. Grayscale: #8B8B8B. Windows color (decimal): -497130 or 1469176. OLE color: 1469176.

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

Color convert

RGB 248 106 22 -
CMYK 0 0.57 0.91 0.03
HSL 22.3º 0.94% 0.53% -
HSV(B) 22.3º 0.91% 0.97% -
XYZ 44.01 30.32 4.29 -
YUV 138.88 62.04 205.83 -
System Red Green Blue C M Y K H S L
Decimal 248 106 22 0 0.57 0.91 0.03 22.3 0.94 0.53
Hex F8 6A 16 0 39 5B 3 16 5E 35
Octal 370 152 26 0 71 133 3 26 136 65
Binary 11111000 1101010 10110 0 111001 1011011 11 10110 1011110 110101

Color Harmonies of #F86A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A16

Black with #F86A16

Text Example


Text Example

White with #F86A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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