Html Css Color HEX #F86F13 Pumpkin

📋 copy color: '#F86F13'

red 248 ◦ green 111 ◦ blue 19

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

Shades of Pumpkin #F86F13

Tints of Pumpkin #F86F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 65.61%
G = 29.37%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86F13 (or 0xF86F13) is known color: Pumpkin. HEX triplet: F8, 6F and 13. RGB value is (248,111,19). Sum of RGB (Red+Green+Blue) = 248+111+19=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F13 is #0790EC. Grayscale: #8D8D8D. Windows color (decimal): -495853 or 1273848. OLE color: 1273848.

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

Color convert

RGB 248 111 19 -
CMYK 0 0.55 0.92 0.03
HSL 24.1º 0.94% 0.52% -
HSV(B) 24.1º 0.92% 0.97% -
XYZ 44.51 31.37 4.33 -
YUV 141.48 58.89 203.98 -
System Red Green Blue C M Y K H S L
Decimal 248 111 19 0 0.55 0.92 0.03 24.1 0.94 0.52
Hex F8 6F 13 0 37 5C 3 18 5E 34
Octal 370 157 23 0 67 134 3 30 136 64
Binary 11111000 1101111 10011 0 110111 1011100 11 11000 1011110 110100

Color Harmonies of #F86F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F13

Black with #F86F13

Text Example


Text Example

White with #F86F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F13; }

 p { color: rgb(248,111,19); }

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

background-color css

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

 a { background-color: rgb(248,111,19); }

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

border-color css

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

 span { border-color: rgb(248,111,19); }

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