Html Css Color HEX #FF8429 Pumpkin

📋 copy color: '#FF8429'

red 255 ◦ green 132 ◦ blue 41

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

Shades of Pumpkin #FF8429

Tints of Pumpkin #FF8429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

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

R = 59.58%
G = 30.84%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF8429 (or 0xFF8429) is known color: Pumpkin. HEX triplet: FF, 84 and 29. RGB value is (255,132,41). Sum of RGB (Red+Green+Blue) = 255+132+41=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8429 is #007BD6. Grayscale: #9E9E9E. Windows color (decimal): -31703 or 2721023. OLE color: 2721023.

HSL color Cylindrical-coordinate representation of color #FF8429: hue angle of 25.51º 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 #FF8429 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 41 -
CMYK 0 0.48 0.84 0
HSL 25.51º 1% 0.58% -
HSV(B) 25.51º 0.84% 1% -
XYZ 49.89 37.92 6.79 -
YUV 158.4 61.75 196.9 -
System Red Green Blue C M Y K H S L
Decimal 255 132 41 0 0.48 0.84 0 25.51 1 0.58
Hex FF 84 29 0 30 54 0 1A 64 3A
Octal 377 204 51 0 60 124 0 32 144 72
Binary 11111111 10000100 101001 0 110000 1010100 0 11010 1100100 111010

Color Harmonies of #FF8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8429

Black with #FF8429

Text Example


Text Example

White with #FF8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8429; }

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

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

background-color css

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

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

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

border-color css

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

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

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