Html Css Color HEX #F86319 Pumpkin

📋 copy color: '#F86319'

red 248 ◦ green 99 ◦ blue 25

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

Shades of Pumpkin #F86319

Tints of Pumpkin #F86319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 25 (10.16% from 255) = 6.72%

R = 66.67%
G = 26.61%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F86319 (or 0xF86319) is known color: Pumpkin. HEX triplet: F8, 63 and 19. RGB value is (248,99,25). Sum of RGB (Red+Green+Blue) = 248+99+25=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F86319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86319 is #079CE6. Grayscale: #878787. Windows color (decimal): -498919 or 1663992. OLE color: 1663992.

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

Color convert

RGB 248 99 25 -
CMYK 0 0.60 0.90 0.03
HSL 19.91º 0.94% 0.54% -
HSV(B) 19.91º 0.9% 0.97% -
XYZ 43.35 28.95 4.22 -
YUV 135.12 65.86 208.52 -
System Red Green Blue C M Y K H S L
Decimal 248 99 25 0 0.60 0.90 0.03 19.91 0.94 0.54
Hex F8 63 19 0 3C 5A 3 14 5E 36
Octal 370 143 31 0 74 132 3 24 136 66
Binary 11111000 1100011 11001 0 111100 1011010 11 10100 1011110 110110

Color Harmonies of #F86319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86319

Black with #F86319

Text Example


Text Example

White with #F86319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86319; }

 p { color: rgb(248,99,25); }

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

background-color css

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

 a { background-color: rgb(248,99,25); }

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

border-color css

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

 span { border-color: rgb(248,99,25); }

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