Html Css Color HEX #F86818 Pumpkin

📋 copy color: '#F86818'

red 248 ◦ green 104 ◦ blue 24

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

Shades of Pumpkin #F86818

Tints of Pumpkin #F86818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 65.96%
G = 27.66%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F86818 (or 0xF86818) is known color: Pumpkin. HEX triplet: F8, 68 and 18. RGB value is (248,104,24). Sum of RGB (Red+Green+Blue) = 248+104+24=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F86818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86818 is #0797E7. Grayscale: #8A8A8A. Windows color (decimal): -497640 or 1599736. OLE color: 1599736.

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

Color convert

RGB 248 104 24 -
CMYK 0 0.58 0.90 0.03
HSL 21.43º 0.94% 0.53% -
HSV(B) 21.43º 0.9% 0.97% -
XYZ 43.83 29.92 4.33 -
YUV 137.94 63.71 206.5 -
System Red Green Blue C M Y K H S L
Decimal 248 104 24 0 0.58 0.90 0.03 21.43 0.94 0.53
Hex F8 68 18 0 3A 5A 3 15 5E 35
Octal 370 150 30 0 72 132 3 25 136 65
Binary 11111000 1101000 11000 0 111010 1011010 11 10101 1011110 110101

Color Harmonies of #F86818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86818

Black with #F86818

Text Example


Text Example

White with #F86818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86818; }

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

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

background-color css

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

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

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

border-color css

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

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

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