Html Css Color HEX #FF8029 Pumpkin

📋 copy color: '#FF8029'

red 255 ◦ green 128 ◦ blue 41

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

Shades of Pumpkin #FF8029

Tints of Pumpkin #FF8029

RGB

 RED value IS 255 (100% from 255) = 60.14%

 GREEN value IS 128 (50.39% from 255) = 30.19%

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 60.14%
G = 30.19%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF8029 (or 0xFF8029) is known color: Pumpkin. HEX triplet: FF, 80 and 29. RGB value is (255,128,41). Sum of RGB (Red+Green+Blue) = 255+128+41=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8029 is #007FD6. Grayscale: #9C9C9C. Windows color (decimal): -32727 or 2719999. OLE color: 2719999.

HSL color Cylindrical-coordinate representation of color #FF8029: hue angle of 24.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF8029 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 41 -
CMYK 0 0.50 0.84 0
HSL 24.39º 1% 0.58% -
HSV(B) 24.39º 0.84% 1% -
XYZ 49.36 36.86 6.61 -
YUV 156.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 255 128 41 0 0.50 0.84 0 24.39 1 0.58
Hex FF 80 29 0 32 54 0 18 64 3A
Octal 377 200 51 0 62 124 0 30 144 72
Binary 11111111 10000000 101001 0 110010 1010100 0 11000 1100100 111010

Color Harmonies of #FF8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8029

Black with #FF8029

Text Example


Text Example

White with #FF8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8029; }

 p { color: rgb(255,128,41); }

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

background-color css

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

 a { background-color: rgb(255,128,41); }

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

border-color css

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

 span { border-color: rgb(255,128,41); }

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