Html Css Color HEX #F8730F Pumpkin

📋 copy color: '#F8730F'

red 248 ◦ green 115 ◦ blue 15

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

Shades of Pumpkin #F8730F

Tints of Pumpkin #F8730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 65.61%
G = 30.42%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8730F (or 0xF8730F) is known color: Pumpkin. HEX triplet: F8, 73 and 0F. RGB value is (248,115,15). Sum of RGB (Red+Green+Blue) = 248+115+15=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8730F is #078CF0. Grayscale: #8F8F8F. Windows color (decimal): -494833 or 1012728. OLE color: 1012728.

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

Color convert

RGB 248 115 15 -
CMYK 0 0.54 0.94 0.03
HSL 25.75º 0.94% 0.52% -
HSV(B) 25.75º 0.94% 0.97% -
XYZ 44.93 32.25 4.31 -
YUV 143.37 55.56 202.63 -
System Red Green Blue C M Y K H S L
Decimal 248 115 15 0 0.54 0.94 0.03 25.75 0.94 0.52
Hex F8 73 F 0 36 5E 3 1A 5E 34
Octal 370 163 17 0 66 136 3 32 136 64
Binary 11111000 1110011 1111 0 110110 1011110 11 11010 1011110 110100

Color Harmonies of #F8730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8730F

Black with #F8730F

Text Example


Text Example

White with #F8730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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