Html Css Color HEX #F8731F Pumpkin

📋 copy color: '#F8731F'

red 248 ◦ green 115 ◦ blue 31

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

Shades of Pumpkin #F8731F

Tints of Pumpkin #F8731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 62.94%
G = 29.19%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8731F (or 0xF8731F) is known color: Pumpkin. HEX triplet: F8, 73 and 1F. RGB value is (248,115,31). Sum of RGB (Red+Green+Blue) = 248+115+31=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8731F is #078CE0. Grayscale: #919191. Windows color (decimal): -494817 or 2061304. OLE color: 2061304.

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

Color convert

RGB 248 115 31 -
CMYK 0 0.54 0.88 0.03
HSL 23.23º 0.94% 0.55% -
HSV(B) 23.23º 0.88% 0.97% -
XYZ 45.09 32.32 5.16 -
YUV 145.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 248 115 31 0 0.54 0.88 0.03 23.23 0.94 0.55
Hex F8 73 1F 0 36 58 3 17 5E 37
Octal 370 163 37 0 66 130 3 27 136 67
Binary 11111000 1110011 11111 0 110110 1011000 11 10111 1011110 110111

Color Harmonies of #F8731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8731F

Black with #F8731F

Text Example


Text Example

White with #F8731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8731F; }

 p { color: rgb(248,115,31); }

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

background-color css

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

 a { background-color: rgb(248,115,31); }

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

border-color css

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

 span { border-color: rgb(248,115,31); }

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