Html Css Color HEX #F78218 Pumpkin

📋 copy color: '#F78218'

red 247 ◦ green 130 ◦ blue 24

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

Shades of Pumpkin #F78218

Tints of Pumpkin #F78218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 61.6%
G = 32.42%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F78218 (or 0xF78218) is known color: Pumpkin. HEX triplet: F7, 82 and 18. RGB value is (247,130,24). Sum of RGB (Red+Green+Blue) = 247+130+24=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F78218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78218 is #087DE7. Grayscale: #999999. Windows color (decimal): -556520 or 1606391. OLE color: 1606391.

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

Color convert

RGB 247 130 24 -
CMYK 0 0.47 0.90 0.03
HSL 28.52º 0.93% 0.53% -
HSV(B) 28.52º 0.9% 0.97% -
XYZ 46.51 35.81 5.32 -
YUV 152.9 55.26 195.12 -
System Red Green Blue C M Y K H S L
Decimal 247 130 24 0 0.47 0.90 0.03 28.52 0.93 0.53
Hex F7 82 18 0 2F 5A 3 1D 5D 35
Octal 367 202 30 0 57 132 3 35 135 65
Binary 11110111 10000010 11000 0 101111 1011010 11 11101 1011101 110101

Color Harmonies of #F78218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78218

Black with #F78218

Text Example


Text Example

White with #F78218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78218; }

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

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

background-color css

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

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

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

border-color css

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

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

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