Html Css Color HEX #F86D15 Pumpkin

📋 copy color: '#F86D15'

red 248 ◦ green 109 ◦ blue 21

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

Shades of Pumpkin #F86D15

Tints of Pumpkin #F86D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 65.61%
G = 28.84%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86D15 (or 0xF86D15) is known color: Pumpkin. HEX triplet: F8, 6D and 15. RGB value is (248,109,21). Sum of RGB (Red+Green+Blue) = 248+109+21=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86D15 is #0792EA. Grayscale: #8D8D8D. Windows color (decimal): -496363 or 1404408. OLE color: 1404408.

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

Color convert

RGB 248 109 21 -
CMYK 0 0.56 0.92 0.03
HSL 23.26º 0.94% 0.53% -
HSV(B) 23.26º 0.92% 0.97% -
XYZ 44.32 30.95 4.35 -
YUV 140.53 60.55 204.66 -
System Red Green Blue C M Y K H S L
Decimal 248 109 21 0 0.56 0.92 0.03 23.26 0.94 0.53
Hex F8 6D 15 0 38 5C 3 17 5E 35
Octal 370 155 25 0 70 134 3 27 136 65
Binary 11111000 1101101 10101 0 111000 1011100 11 10111 1011110 110101

Color Harmonies of #F86D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86D15

Black with #F86D15

Text Example


Text Example

White with #F86D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86D15; }

 p { color: rgb(248,109,21); }

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

background-color css

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

 a { background-color: rgb(248,109,21); }

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

border-color css

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

 span { border-color: rgb(248,109,21); }

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