Html Css Color HEX #F78128 Pumpkin

📋 copy color: '#F78128'

red 247 ◦ green 129 ◦ blue 40

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

Shades of Pumpkin #F78128

Tints of Pumpkin #F78128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 59.38%
G = 31.01%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F78128 (or 0xF78128) is known color: Pumpkin. HEX triplet: F7, 81 and 28. RGB value is (247,129,40). Sum of RGB (Red+Green+Blue) = 247+129+40=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F78128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78128 is #087ED7. Grayscale: #9A9A9A. Windows color (decimal): -556760 or 2654711. OLE color: 2654711.

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

Color convert

RGB 247 129 40 -
CMYK 0 0.48 0.84 0.03
HSL 25.8º 0.93% 0.56% -
HSV(B) 25.8º 0.84% 0.97% -
XYZ 46.59 35.63 6.43 -
YUV 154.14 63.59 194.24 -
System Red Green Blue C M Y K H S L
Decimal 247 129 40 0 0.48 0.84 0.03 25.8 0.93 0.56
Hex F7 81 28 0 30 54 3 1A 5D 38
Octal 367 201 50 0 60 124 3 32 135 70
Binary 11110111 10000001 101000 0 110000 1010100 11 11010 1011101 111000

Color Harmonies of #F78128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78128

Black with #F78128

Text Example


Text Example

White with #F78128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78128; }

 p { color: rgb(247,129,40); }

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

background-color css

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

 a { background-color: rgb(247,129,40); }

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

border-color css

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

 span { border-color: rgb(247,129,40); }

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