Html Css Color HEX #F86C11 Pumpkin

📋 copy color: '#F86C11'

red 248 ◦ green 108 ◦ blue 17

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

Shades of Pumpkin #F86C11

Tints of Pumpkin #F86C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

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

R = 66.49%
G = 28.95%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F86C11 (or 0xF86C11) is known color: Pumpkin. HEX triplet: F8, 6C and 11. RGB value is (248,108,17). Sum of RGB (Red+Green+Blue) = 248+108+17=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C11 is #0793EE. Grayscale: #8B8B8B. Windows color (decimal): -496623 or 1142008. OLE color: 1142008.

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

Color convert

RGB 248 108 17 -
CMYK 0 0.56 0.93 0.03
HSL 23.64º 0.94% 0.52% -
HSV(B) 23.64º 0.93% 0.97% -
XYZ 44.18 30.72 4.13 -
YUV 139.49 58.88 205.4 -
System Red Green Blue C M Y K H S L
Decimal 248 108 17 0 0.56 0.93 0.03 23.64 0.94 0.52
Hex F8 6C 11 0 38 5D 3 18 5E 34
Octal 370 154 21 0 70 135 3 30 136 64
Binary 11111000 1101100 10001 0 111000 1011101 11 11000 1011110 110100

Color Harmonies of #F86C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C11

Black with #F86C11

Text Example


Text Example

White with #F86C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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