Html Css Color HEX #FF801B Pumpkin

📋 copy color: '#FF801B'

red 255 ◦ green 128 ◦ blue 27

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

Shades of Pumpkin #FF801B

Tints of Pumpkin #FF801B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.59%

R = 62.2%
G = 31.22%
B = 6.59%

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

#FF801B (or 0xFF801B) is known color: Pumpkin. HEX triplet: FF, 80 and 1B. RGB value is (255,128,27). Sum of RGB (Red+Green+Blue) = 255+128+27=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF801B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF801B is #007FE4. Grayscale: #9A9A9A. Windows color (decimal): -32741 or 1802495. OLE color: 1802495.

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

Color convert

RGB 255 128 27 -
CMYK 0 0.50 0.89 0
HSL 26.58º 1% 0.55% -
HSV(B) 26.58º 0.89% 1% -
XYZ 49.16 36.78 5.54 -
YUV 154.46 56.08 199.71 -
System Red Green Blue C M Y K H S L
Decimal 255 128 27 0 0.50 0.89 0 26.58 1 0.55
Hex FF 80 1B 0 32 59 0 1B 64 37
Octal 377 200 33 0 62 131 0 33 144 67
Binary 11111111 10000000 11011 0 110010 1011001 0 11011 1100100 110111

Color Harmonies of #FF801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF801B

Black with #FF801B

Text Example


Text Example

White with #FF801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF801B; }

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

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

background-color css

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

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

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

border-color css

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

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

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