Html Css Color HEX #FF8411 Pumpkin

📋 copy color: '#FF8411'

red 255 ◦ green 132 ◦ blue 17

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

Shades of Pumpkin #FF8411

Tints of Pumpkin #FF8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 63.12%
G = 32.67%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8411 (or 0xFF8411) is known color: Pumpkin. HEX triplet: FF, 84 and 11. RGB value is (255,132,17). Sum of RGB (Red+Green+Blue) = 255+132+17=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8411 is #007BEE. Grayscale: #9C9C9C. Windows color (decimal): -31727 or 1148159. OLE color: 1148159.

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

Color convert

RGB 255 132 17 -
CMYK 0 0.48 0.93 0
HSL 28.99º 1% 0.53% -
HSV(B) 28.99º 0.93% 1% -
XYZ 49.59 37.8 5.21 -
YUV 155.67 49.75 198.85 -
System Red Green Blue C M Y K H S L
Decimal 255 132 17 0 0.48 0.93 0 28.99 1 0.53
Hex FF 84 11 0 30 5D 0 1D 64 35
Octal 377 204 21 0 60 135 0 35 144 65
Binary 11111111 10000100 10001 0 110000 1011101 0 11101 1100100 110101

Color Harmonies of #FF8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8411

Black with #FF8411

Text Example


Text Example

White with #FF8411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8411; }

 p { color: rgb(255,132,17); }

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

background-color css

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

 a { background-color: rgb(255,132,17); }

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

border-color css

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

 span { border-color: rgb(255,132,17); }

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