Html Css Color HEX #F8720D Pumpkin

📋 copy color: '#F8720D'

red 248 ◦ green 114 ◦ blue 13

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

Shades of Pumpkin #F8720D

Tints of Pumpkin #F8720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 13 (5.47% from 255) = 3.47%

R = 66.13%
G = 30.4%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8720D (or 0xF8720D) is known color: Pumpkin. HEX triplet: F8, 72 and 0D. RGB value is (248,114,13). Sum of RGB (Red+Green+Blue) = 248+114+13=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8720D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8720D is #078DF2. Grayscale: #8F8F8F. Windows color (decimal): -495091 or 881400. OLE color: 881400.

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

Color convert

RGB 248 114 13 -
CMYK 0 0.54 0.95 0.03
HSL 25.79º 0.94% 0.51% -
HSV(B) 25.79º 0.95% 0.97% -
XYZ 44.8 32.02 4.2 -
YUV 142.55 54.89 203.21 -
System Red Green Blue C M Y K H S L
Decimal 248 114 13 0 0.54 0.95 0.03 25.79 0.94 0.51
Hex F8 72 D 0 36 5F 3 1A 5E 33
Octal 370 162 15 0 66 137 3 32 136 63
Binary 11111000 1110010 1101 0 110110 1011111 11 11010 1011110 110011

Color Harmonies of #F8720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8720D

Black with #F8720D

Text Example


Text Example

White with #F8720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8720D; }

 p { color: rgb(248,114,13); }

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

background-color css

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

 a { background-color: rgb(248,114,13); }

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

border-color css

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

 span { border-color: rgb(248,114,13); }

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