Html Css Color HEX #FF8316 Pumpkin

📋 copy color: '#FF8316'

red 255 ◦ green 131 ◦ blue 22

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

Shades of Pumpkin #FF8316

Tints of Pumpkin #FF8316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 62.5%
G = 32.11%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF8316 (or 0xFF8316) is known color: Pumpkin. HEX triplet: FF, 83 and 16. RGB value is (255,131,22). Sum of RGB (Red+Green+Blue) = 255+131+22=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8316 is #007CE9. Grayscale: #9C9C9C. Windows color (decimal): -31978 or 1475583. OLE color: 1475583.

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

Color convert

RGB 255 131 22 -
CMYK 0 0.49 0.91 0
HSL 28.07º 1% 0.54% -
HSV(B) 28.07º 0.91% 1% -
XYZ 49.5 37.55 5.4 -
YUV 155.65 52.58 198.86 -
System Red Green Blue C M Y K H S L
Decimal 255 131 22 0 0.49 0.91 0 28.07 1 0.54
Hex FF 83 16 0 31 5B 0 1C 64 36
Octal 377 203 26 0 61 133 0 34 144 66
Binary 11111111 10000011 10110 0 110001 1011011 0 11100 1100100 110110

Color Harmonies of #FF8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8316

Black with #FF8316

Text Example


Text Example

White with #FF8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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