Html Css Color HEX #F86413 Pumpkin

📋 copy color: '#F86413'

red 248 ◦ green 100 ◦ blue 19

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

Shades of Pumpkin #F86413

Tints of Pumpkin #F86413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 67.57%
G = 27.25%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86413 (or 0xF86413) is known color: Pumpkin. HEX triplet: F8, 64 and 13. RGB value is (248,100,19). Sum of RGB (Red+Green+Blue) = 248+100+19=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F86413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86413 is #079BEC. Grayscale: #878787. Windows color (decimal): -498669 or 1271032. OLE color: 1271032.

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

Color convert

RGB 248 100 19 -
CMYK 0 0.60 0.92 0.03
HSL 21.22º 0.94% 0.52% -
HSV(B) 21.22º 0.92% 0.97% -
XYZ 43.39 29.12 3.95 -
YUV 135.02 62.53 208.59 -
System Red Green Blue C M Y K H S L
Decimal 248 100 19 0 0.60 0.92 0.03 21.22 0.94 0.52
Hex F8 64 13 0 3C 5C 3 15 5E 34
Octal 370 144 23 0 74 134 3 25 136 64
Binary 11111000 1100100 10011 0 111100 1011100 11 10101 1011110 110100

Color Harmonies of #F86413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86413

Black with #F86413

Text Example


Text Example

White with #F86413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86413; }

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

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

background-color css

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

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

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

border-color css

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

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

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