Html Css Color HEX #FF8229 Pumpkin

📋 copy color: '#FF8229'

red 255 ◦ green 130 ◦ blue 41

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

Shades of Pumpkin #FF8229

Tints of Pumpkin #FF8229

RGB

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

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

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

R = 59.86%
G = 30.52%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF8229 (or 0xFF8229) is known color: Pumpkin. HEX triplet: FF, 82 and 29. RGB value is (255,130,41). Sum of RGB (Red+Green+Blue) = 255+130+41=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8229 is #007DD6. Grayscale: #9D9D9D. Windows color (decimal): -32215 or 2720511. OLE color: 2720511.

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

Color convert

RGB 255 130 41 -
CMYK 0 0.49 0.84 0
HSL 24.95º 1% 0.58% -
HSV(B) 24.95º 0.84% 1% -
XYZ 49.62 37.39 6.7 -
YUV 157.23 62.41 197.74 -
System Red Green Blue C M Y K H S L
Decimal 255 130 41 0 0.49 0.84 0 24.95 1 0.58
Hex FF 82 29 0 31 54 0 19 64 3A
Octal 377 202 51 0 61 124 0 31 144 72
Binary 11111111 10000010 101001 0 110001 1010100 0 11001 1100100 111010

Color Harmonies of #FF8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8229

Black with #FF8229

Text Example


Text Example

White with #FF8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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