Html Css Color HEX #F78221 Pumpkin

📋 copy color: '#F78221'

red 247 ◦ green 130 ◦ blue 33

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

Shades of Pumpkin #F78221

Tints of Pumpkin #F78221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.05%

R = 60.24%
G = 31.71%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F78221 (or 0xF78221) is known color: Pumpkin. HEX triplet: F7, 82 and 21. RGB value is (247,130,33). Sum of RGB (Red+Green+Blue) = 247+130+33=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F78221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78221 is #087DDE. Grayscale: #9A9A9A. Windows color (decimal): -556511 or 2196215. OLE color: 2196215.

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

Color convert

RGB 247 130 33 -
CMYK 0 0.47 0.87 0.03
HSL 27.2º 0.93% 0.55% -
HSV(B) 27.2º 0.87% 0.97% -
XYZ 46.61 35.85 5.9 -
YUV 153.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 247 130 33 0 0.47 0.87 0.03 27.2 0.93 0.55
Hex F7 82 21 0 2F 57 3 1B 5D 37
Octal 367 202 41 0 57 127 3 33 135 67
Binary 11110111 10000010 100001 0 101111 1010111 11 11011 1011101 110111

Color Harmonies of #F78221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78221

Black with #F78221

Text Example


Text Example

White with #F78221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78221; }

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

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

background-color css

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

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

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

border-color css

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

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

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