Html Css Color HEX #F86C12 Pumpkin

📋 copy color: '#F86C12'

red 248 ◦ green 108 ◦ blue 18

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

Shades of Pumpkin #F86C12

Tints of Pumpkin #F86C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 66.31%
G = 28.88%
B = 4.81%

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

#F86C12 (or 0xF86C12) is known color: Pumpkin. HEX triplet: F8, 6C and 12. RGB value is (248,108,18). Sum of RGB (Red+Green+Blue) = 248+108+18=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C12 is #0793ED. Grayscale: #8C8C8C. Windows color (decimal): -496622 or 1207544. OLE color: 1207544.

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

Color convert

RGB 248 108 18 -
CMYK 0 0.56 0.93 0.03
HSL 23.48º 0.94% 0.52% -
HSV(B) 23.48º 0.93% 0.97% -
XYZ 44.18 30.73 4.17 -
YUV 139.6 59.38 205.32 -
System Red Green Blue C M Y K H S L
Decimal 248 108 18 0 0.56 0.93 0.03 23.48 0.94 0.52
Hex F8 6C 12 0 38 5D 3 17 5E 34
Octal 370 154 22 0 70 135 3 27 136 64
Binary 11111000 1101100 10010 0 111000 1011101 11 10111 1011110 110100

Color Harmonies of #F86C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C12

Black with #F86C12

Text Example


Text Example

White with #F86C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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