Html Css Color HEX #F86915 Pumpkin

📋 copy color: '#F86915'

red 248 ◦ green 105 ◦ blue 21

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

Shades of Pumpkin #F86915

Tints of Pumpkin #F86915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

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

R = 66.31%
G = 28.07%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86915 (or 0xF86915) is known color: Pumpkin. HEX triplet: F8, 69 and 15. RGB value is (248,105,21). Sum of RGB (Red+Green+Blue) = 248+105+21=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F86915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86915 is #0796EA. Grayscale: #8A8A8A. Windows color (decimal): -497387 or 1403384. OLE color: 1403384.

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

Color convert

RGB 248 105 21 -
CMYK 0 0.58 0.92 0.03
HSL 22.2º 0.94% 0.53% -
HSV(B) 22.2º 0.92% 0.97% -
XYZ 43.9 30.11 4.21 -
YUV 138.18 61.88 206.33 -
System Red Green Blue C M Y K H S L
Decimal 248 105 21 0 0.58 0.92 0.03 22.2 0.94 0.53
Hex F8 69 15 0 3A 5C 3 16 5E 35
Octal 370 151 25 0 72 134 3 26 136 65
Binary 11111000 1101001 10101 0 111010 1011100 11 10110 1011110 110101

Color Harmonies of #F86915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86915

Black with #F86915

Text Example


Text Example

White with #F86915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86915; }

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

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

background-color css

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

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

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

border-color css

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

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

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