Html Css Color HEX #FF801D Pumpkin

📋 copy color: '#FF801D'

red 255 ◦ green 128 ◦ blue 29

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

Shades of Pumpkin #FF801D

Tints of Pumpkin #FF801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.04%

R = 61.89%
G = 31.07%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF801D (or 0xFF801D) is known color: Pumpkin. HEX triplet: FF, 80 and 1D. RGB value is (255,128,29). Sum of RGB (Red+Green+Blue) = 255+128+29=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF801D is #007FE2. Grayscale: #9B9B9B. Windows color (decimal): -32739 or 1933567. OLE color: 1933567.

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

Color convert

RGB 255 128 29 -
CMYK 0 0.50 0.89 0
HSL 26.28º 1% 0.56% -
HSV(B) 26.28º 0.89% 1% -
XYZ 49.18 36.79 5.67 -
YUV 154.69 57.08 199.55 -
System Red Green Blue C M Y K H S L
Decimal 255 128 29 0 0.50 0.89 0 26.28 1 0.56
Hex FF 80 1D 0 32 59 0 1A 64 38
Octal 377 200 35 0 62 131 0 32 144 70
Binary 11111111 10000000 11101 0 110010 1011001 0 11010 1100100 111000

Color Harmonies of #FF801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF801D

Black with #FF801D

Text Example


Text Example

White with #FF801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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