Html Css Color HEX #F8700F Pumpkin

📋 copy color: '#F8700F'

red 248 ◦ green 112 ◦ blue 15

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

Shades of Pumpkin #F8700F

Tints of Pumpkin #F8700F

RGB

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

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

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

R = 66.13%
G = 29.87%
B = 4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8700F (or 0xF8700F) is known color: Pumpkin. HEX triplet: F8, 70 and 0F. RGB value is (248,112,15). Sum of RGB (Red+Green+Blue) = 248+112+15=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8700F is #078FF0. Grayscale: #8E8E8E. Windows color (decimal): -495601 or 1011960. OLE color: 1011960.

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

Color convert

RGB 248 112 15 -
CMYK 0 0.55 0.94 0.03
HSL 24.98º 0.94% 0.52% -
HSV(B) 24.98º 0.94% 0.97% -
XYZ 44.59 31.58 4.2 -
YUV 141.61 56.56 203.89 -
System Red Green Blue C M Y K H S L
Decimal 248 112 15 0 0.55 0.94 0.03 24.98 0.94 0.52
Hex F8 70 F 0 37 5E 3 19 5E 34
Octal 370 160 17 0 67 136 3 31 136 64
Binary 11111000 1110000 1111 0 110111 1011110 11 11001 1011110 110100

Color Harmonies of #F8700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8700F

Black with #F8700F

Text Example


Text Example

White with #F8700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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