Html Css Color HEX #FF801A Pumpkin

📋 copy color: '#FF801A'

red 255 ◦ green 128 ◦ blue 26

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

Shades of Pumpkin #FF801A

Tints of Pumpkin #FF801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 62.35%
G = 31.3%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF801A (or 0xFF801A) is known color: Pumpkin. HEX triplet: FF, 80 and 1A. RGB value is (255,128,26). Sum of RGB (Red+Green+Blue) = 255+128+26=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF801A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF801A is #007FE5. Grayscale: #9A9A9A. Windows color (decimal): -32742 or 1736959. OLE color: 1736959.

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

Color convert

RGB 255 128 26 -
CMYK 0 0.50 0.90 0
HSL 26.72º 1% 0.55% -
HSV(B) 26.72º 0.9% 1% -
XYZ 49.15 36.77 5.48 -
YUV 154.35 55.58 199.79 -
System Red Green Blue C M Y K H S L
Decimal 255 128 26 0 0.50 0.90 0 26.72 1 0.55
Hex FF 80 1A 0 32 5A 0 1B 64 37
Octal 377 200 32 0 62 132 0 33 144 67
Binary 11111111 10000000 11010 0 110010 1011010 0 11011 1100100 110111

Color Harmonies of #FF801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF801A

Black with #FF801A

Text Example


Text Example

White with #FF801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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