Html Css Color HEX #FF800E Pumpkin

📋 copy color: '#FF800E'

red 255 ◦ green 128 ◦ blue 14

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

Shades of Pumpkin #FF800E

Tints of Pumpkin #FF800E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.53%

R = 64.23%
G = 32.24%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF800E (or 0xFF800E) is known color: Pumpkin. HEX triplet: FF, 80 and 0E. RGB value is (255,128,14). Sum of RGB (Red+Green+Blue) = 255+128+14=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF800E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF800E is #007FF1. Grayscale: #999999. Windows color (decimal): -32754 or 950527. OLE color: 950527.

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

Color convert

RGB 255 128 14 -
CMYK 0 0.50 0.95 0
HSL 28.38º 1% 0.53% -
HSV(B) 28.38º 0.95% 1% -
XYZ 49.04 36.73 4.92 -
YUV 152.98 49.58 200.77 -
System Red Green Blue C M Y K H S L
Decimal 255 128 14 0 0.50 0.95 0 28.38 1 0.53
Hex FF 80 E 0 32 5F 0 1C 64 35
Octal 377 200 16 0 62 137 0 34 144 65
Binary 11111111 10000000 1110 0 110010 1011111 0 11100 1100100 110101

Color Harmonies of #FF800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF800E

Black with #FF800E

Text Example


Text Example

White with #FF800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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