Html Css Color HEX #F86F19 Pumpkin

📋 copy color: '#F86F19'

red 248 ◦ green 111 ◦ blue 25

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

Shades of Pumpkin #F86F19

Tints of Pumpkin #F86F19

RGB

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

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

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

R = 64.58%
G = 28.91%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F86F19 (or 0xF86F19) is known color: Pumpkin. HEX triplet: F8, 6F and 19. RGB value is (248,111,25). Sum of RGB (Red+Green+Blue) = 248+111+25=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86F19 is #0790E6. Grayscale: #8E8E8E. Windows color (decimal): -495847 or 1667064. OLE color: 1667064.

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

Color convert

RGB 248 111 25 -
CMYK 0 0.55 0.90 0.03
HSL 23.14º 0.94% 0.54% -
HSV(B) 23.14º 0.9% 0.97% -
XYZ 44.57 31.4 4.63 -
YUV 142.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 248 111 25 0 0.55 0.90 0.03 23.14 0.94 0.54
Hex F8 6F 19 0 37 5A 3 17 5E 36
Octal 370 157 31 0 67 132 3 27 136 66
Binary 11111000 1101111 11001 0 110111 1011010 11 10111 1011110 110110

Color Harmonies of #F86F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F19

Black with #F86F19

Text Example


Text Example

White with #F86F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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