Html Css Color HEX #F87013 Pumpkin

📋 copy color: '#F87013'

red 248 ◦ green 112 ◦ blue 19

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

Shades of Pumpkin #F87013

Tints of Pumpkin #F87013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

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

R = 65.44%
G = 29.55%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F87013 (or 0xF87013) is known color: Pumpkin. HEX triplet: F8, 70 and 13. RGB value is (248,112,19). Sum of RGB (Red+Green+Blue) = 248+112+19=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F87013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87013 is #078FEC. Grayscale: #8E8E8E. Windows color (decimal): -495597 or 1274104. OLE color: 1274104.

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

Color convert

RGB 248 112 19 -
CMYK 0 0.55 0.92 0.03
HSL 24.37º 0.94% 0.52% -
HSV(B) 24.37º 0.92% 0.97% -
XYZ 44.62 31.59 4.36 -
YUV 142.06 58.56 203.56 -
System Red Green Blue C M Y K H S L
Decimal 248 112 19 0 0.55 0.92 0.03 24.37 0.94 0.52
Hex F8 70 13 0 37 5C 3 18 5E 34
Octal 370 160 23 0 67 134 3 30 136 64
Binary 11111000 1110000 10011 0 110111 1011100 11 11000 1011110 110100

Color Harmonies of #F87013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87013

Black with #F87013

Text Example


Text Example

White with #F87013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87013; }

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

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

background-color css

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

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

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

border-color css

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

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

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