Html Css Color HEX #F78215 Pumpkin

📋 copy color: '#F78215'

red 247 ◦ green 130 ◦ blue 21

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

Shades of Pumpkin #F78215

Tints of Pumpkin #F78215

RGB

 RED value IS 247 (96.88% from 255) = 62.06%

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 62.06%
G = 32.66%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F78215 (or 0xF78215) is known color: Pumpkin. HEX triplet: F7, 82 and 15. RGB value is (247,130,21). Sum of RGB (Red+Green+Blue) = 247+130+21=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F78215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78215 is #087DEA. Grayscale: #999999. Windows color (decimal): -556523 or 1409783. OLE color: 1409783.

HSL color Cylindrical-coordinate representation of color #F78215: hue angle of 28.94º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F78215 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 21 -
CMYK 0 0.47 0.91 0.03
HSL 28.94º 0.93% 0.53% -
HSV(B) 28.94º 0.91% 0.97% -
XYZ 46.48 35.79 5.17 -
YUV 152.56 53.76 195.36 -
System Red Green Blue C M Y K H S L
Decimal 247 130 21 0 0.47 0.91 0.03 28.94 0.93 0.53
Hex F7 82 15 0 2F 5B 3 1D 5D 35
Octal 367 202 25 0 57 133 3 35 135 65
Binary 11110111 10000010 10101 0 101111 1011011 11 11101 1011101 110101

Color Harmonies of #F78215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78215

Black with #F78215

Text Example


Text Example

White with #F78215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78215; }

 p { color: rgb(247,130,21); }

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

background-color css

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

 a { background-color: rgb(247,130,21); }

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

border-color css

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

 span { border-color: rgb(247,130,21); }

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