Html Css Color HEX #FF8511 Pumpkin

📋 copy color: '#FF8511'

red 255 ◦ green 133 ◦ blue 17

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

Shades of Pumpkin #FF8511

Tints of Pumpkin #FF8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 62.96%
G = 32.84%
B = 4.2%

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

#FF8511 (or 0xFF8511) is known color: Pumpkin. HEX triplet: FF, 85 and 11. RGB value is (255,133,17). Sum of RGB (Red+Green+Blue) = 255+133+17=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8511 is #007AEE. Grayscale: #9C9C9C. Windows color (decimal): -31471 or 1148415. OLE color: 1148415.

HSL color Cylindrical-coordinate representation of color #FF8511: hue angle of 29.24º 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 #FF8511 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 17 -
CMYK 0 0.48 0.93 0
HSL 29.24º 1% 0.53% -
HSV(B) 29.24º 0.93% 1% -
XYZ 49.73 38.08 5.26 -
YUV 156.25 49.42 198.43 -
System Red Green Blue C M Y K H S L
Decimal 255 133 17 0 0.48 0.93 0 29.24 1 0.53
Hex FF 85 11 0 30 5D 0 1D 64 35
Octal 377 205 21 0 60 135 0 35 144 65
Binary 11111111 10000101 10001 0 110000 1011101 0 11101 1100100 110101

Color Harmonies of #FF8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8511

Black with #FF8511

Text Example


Text Example

White with #FF8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8511; }

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

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

background-color css

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

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

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

border-color css

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

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

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