Html Css Color HEX #F86A11 Pumpkin

📋 copy color: '#F86A11'

red 248 ◦ green 106 ◦ blue 17

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

Shades of Pumpkin #F86A11

Tints of Pumpkin #F86A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 66.85%
G = 28.57%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F86A11 (or 0xF86A11) is known color: Pumpkin. HEX triplet: F8, 6A and 11. RGB value is (248,106,17). Sum of RGB (Red+Green+Blue) = 248+106+17=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A11 is #0795EE. Grayscale: #8A8A8A. Windows color (decimal): -497135 or 1141496. OLE color: 1141496.

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

Color convert

RGB 248 106 17 -
CMYK 0 0.57 0.93 0.03
HSL 23.12º 0.94% 0.52% -
HSV(B) 23.12º 0.93% 0.97% -
XYZ 43.97 30.31 4.06 -
YUV 138.31 59.54 206.24 -
System Red Green Blue C M Y K H S L
Decimal 248 106 17 0 0.57 0.93 0.03 23.12 0.94 0.52
Hex F8 6A 11 0 39 5D 3 17 5E 34
Octal 370 152 21 0 71 135 3 27 136 64
Binary 11111000 1101010 10001 0 111001 1011101 11 10111 1011110 110100

Color Harmonies of #F86A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A11

Black with #F86A11

Text Example


Text Example

White with #F86A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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