Html Css Color HEX #F86C10 Pumpkin

📋 copy color: '#F86C10'

red 248 ◦ green 108 ◦ blue 16

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

Shades of Pumpkin #F86C10

Tints of Pumpkin #F86C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 66.67%
G = 29.03%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86C10 (or 0xF86C10) is known color: Pumpkin. HEX triplet: F8, 6C and 10. RGB value is (248,108,16). Sum of RGB (Red+Green+Blue) = 248+108+16=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C10 is #0793EF. Grayscale: #8B8B8B. Windows color (decimal): -496624 or 1076472. OLE color: 1076472.

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

Color convert

RGB 248 108 16 -
CMYK 0 0.56 0.94 0.03
HSL 23.79º 0.94% 0.52% -
HSV(B) 23.79º 0.94% 0.97% -
XYZ 44.17 30.72 4.09 -
YUV 139.37 58.38 205.48 -
System Red Green Blue C M Y K H S L
Decimal 248 108 16 0 0.56 0.94 0.03 23.79 0.94 0.52
Hex F8 6C 10 0 38 5E 3 18 5E 34
Octal 370 154 20 0 70 136 3 30 136 64
Binary 11111000 1101100 10000 0 111000 1011110 11 11000 1011110 110100

Color Harmonies of #F86C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C10

Black with #F86C10

Text Example


Text Example

White with #F86C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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