Html Css Color HEX #F86313 Pumpkin

📋 copy color: '#F86313'

red 248 ◦ green 99 ◦ blue 19

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

Shades of Pumpkin #F86313

Tints of Pumpkin #F86313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 67.76%
G = 27.05%
B = 5.19%

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

#F86313 (or 0xF86313) is known color: Pumpkin. HEX triplet: F8, 63 and 13. RGB value is (248,99,19). Sum of RGB (Red+Green+Blue) = 248+99+19=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F86313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86313 is #079CEC. Grayscale: #868686. Windows color (decimal): -498925 or 1270776. OLE color: 1270776.

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

Color convert

RGB 248 99 19 -
CMYK 0 0.60 0.92 0.03
HSL 20.96º 0.94% 0.52% -
HSV(B) 20.96º 0.92% 0.97% -
XYZ 43.29 28.93 3.92 -
YUV 134.43 62.86 209 -
System Red Green Blue C M Y K H S L
Decimal 248 99 19 0 0.60 0.92 0.03 20.96 0.94 0.52
Hex F8 63 13 0 3C 5C 3 15 5E 34
Octal 370 143 23 0 74 134 3 25 136 64
Binary 11111000 1100011 10011 0 111100 1011100 11 10101 1011110 110100

Color Harmonies of #F86313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86313

Black with #F86313

Text Example


Text Example

White with #F86313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86313; }

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

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

background-color css

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

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

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

border-color css

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

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

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