Html Css Color HEX #F86913 Pumpkin

📋 copy color: '#F86913'

red 248 ◦ green 105 ◦ blue 19

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

Shades of Pumpkin #F86913

Tints of Pumpkin #F86913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 66.67%
G = 28.23%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86913 (or 0xF86913) is known color: Pumpkin. HEX triplet: F8, 69 and 13. RGB value is (248,105,19). Sum of RGB (Red+Green+Blue) = 248+105+19=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F86913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86913 is #0796EC. Grayscale: #8A8A8A. Windows color (decimal): -497389 or 1272312. OLE color: 1272312.

HSL color Cylindrical-coordinate representation of color #F86913: hue angle of 22.53º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F86913 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 105 19 -
CMYK 0 0.58 0.92 0.03
HSL 22.53º 0.94% 0.52% -
HSV(B) 22.53º 0.92% 0.97% -
XYZ 43.88 30.11 4.11 -
YUV 137.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 248 105 19 0 0.58 0.92 0.03 22.53 0.94 0.52
Hex F8 69 13 0 3A 5C 3 17 5E 34
Octal 370 151 23 0 72 134 3 27 136 64
Binary 11111000 1101001 10011 0 111010 1011100 11 10111 1011110 110100

Color Harmonies of #F86913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86913

Black with #F86913

Text Example


Text Example

White with #F86913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86913; }

 p { color: rgb(248,105,19); }

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

background-color css

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

 a { background-color: rgb(248,105,19); }

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

border-color css

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

 span { border-color: rgb(248,105,19); }

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