Html Css Color HEX #F86019 Pumpkin

📋 copy color: '#F86019'

red 248 ◦ green 96 ◦ blue 25

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

Shades of Pumpkin #F86019

Tints of Pumpkin #F86019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

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

R = 67.21%
G = 26.02%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F86019 (or 0xF86019) is known color: Pumpkin. HEX triplet: F8, 60 and 19. RGB value is (248,96,25). Sum of RGB (Red+Green+Blue) = 248+96+25=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F86019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86019 is #079FE6. Grayscale: #858585. Windows color (decimal): -499687 or 1663224. OLE color: 1663224.

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

Color convert

RGB 248 96 25 -
CMYK 0 0.61 0.90 0.03
HSL 19.1º 0.94% 0.54% -
HSV(B) 19.1º 0.9% 0.97% -
XYZ 43.07 28.39 4.13 -
YUV 133.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 248 96 25 0 0.61 0.90 0.03 19.1 0.94 0.54
Hex F8 60 19 0 3D 5A 3 13 5E 36
Octal 370 140 31 0 75 132 3 23 136 66
Binary 11111000 1100000 11001 0 111101 1011010 11 10011 1011110 110110

Color Harmonies of #F86019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86019

Black with #F86019

Text Example


Text Example

White with #F86019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86019; }

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

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

background-color css

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

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

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

border-color css

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

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

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