Html Css Color HEX #F86118 Pumpkin

📋 copy color: '#F86118'

red 248 ◦ green 97 ◦ blue 24

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

Shades of Pumpkin #F86118

Tints of Pumpkin #F86118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 24 (9.77% from 255) = 6.5%

R = 67.21%
G = 26.29%
B = 6.5%

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

#F86118 (or 0xF86118) is known color: Pumpkin. HEX triplet: F8, 61 and 18. RGB value is (248,97,24). Sum of RGB (Red+Green+Blue) = 248+97+24=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F86118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86118 is #079EE7. Grayscale: #868686. Windows color (decimal): -499432 or 1597944. OLE color: 1597944.

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

Color convert

RGB 248 97 24 -
CMYK 0 0.61 0.90 0.03
HSL 19.55º 0.94% 0.53% -
HSV(B) 19.55º 0.9% 0.97% -
XYZ 43.15 28.57 4.1 -
YUV 133.83 66.03 209.44 -
System Red Green Blue C M Y K H S L
Decimal 248 97 24 0 0.61 0.90 0.03 19.55 0.94 0.53
Hex F8 61 18 0 3D 5A 3 14 5E 35
Octal 370 141 30 0 75 132 3 24 136 65
Binary 11111000 1100001 11000 0 111101 1011010 11 10100 1011110 110101

Color Harmonies of #F86118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86118

Black with #F86118

Text Example


Text Example

White with #F86118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86118; }

 p { color: rgb(248,97,24); }

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

background-color css

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

 a { background-color: rgb(248,97,24); }

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

border-color css

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

 span { border-color: rgb(248,97,24); }

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