Html Css Color HEX #FF8311 Pumpkin

📋 copy color: '#FF8311'

red 255 ◦ green 131 ◦ blue 17

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

Shades of Pumpkin #FF8311

Tints of Pumpkin #FF8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 63.28%
G = 32.51%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8311 (or 0xFF8311) is known color: Pumpkin. HEX triplet: FF, 83 and 11. RGB value is (255,131,17). Sum of RGB (Red+Green+Blue) = 255+131+17=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8311 is #007CEE. Grayscale: #9B9B9B. Windows color (decimal): -31983 or 1147903. OLE color: 1147903.

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

Color convert

RGB 255 131 17 -
CMYK 0 0.49 0.93 0
HSL 28.74º 1% 0.53% -
HSV(B) 28.74º 0.93% 1% -
XYZ 49.46 37.53 5.17 -
YUV 155.08 50.08 199.27 -
System Red Green Blue C M Y K H S L
Decimal 255 131 17 0 0.49 0.93 0 28.74 1 0.53
Hex FF 83 11 0 31 5D 0 1D 64 35
Octal 377 203 21 0 61 135 0 35 144 65
Binary 11111111 10000011 10001 0 110001 1011101 0 11101 1100100 110101

Color Harmonies of #FF8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8311

Black with #FF8311

Text Example


Text Example

White with #FF8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8311; }

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

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

background-color css

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

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

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

border-color css

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

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

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