Html Css Color HEX #FF8314 Pumpkin

📋 copy color: '#FF8314'

red 255 ◦ green 131 ◦ blue 20

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

Shades of Pumpkin #FF8314

Tints of Pumpkin #FF8314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 62.81%
G = 32.27%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8314 (or 0xFF8314) is known color: Pumpkin. HEX triplet: FF, 83 and 14. RGB value is (255,131,20). Sum of RGB (Red+Green+Blue) = 255+131+20=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8314 is #007CEB. Grayscale: #9B9B9B. Windows color (decimal): -31980 or 1344511. OLE color: 1344511.

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

Color convert

RGB 255 131 20 -
CMYK 0 0.49 0.92 0
HSL 28.34º 1% 0.54% -
HSV(B) 28.34º 0.92% 1% -
XYZ 49.48 37.54 5.3 -
YUV 155.42 51.58 199.03 -
System Red Green Blue C M Y K H S L
Decimal 255 131 20 0 0.49 0.92 0 28.34 1 0.54
Hex FF 83 14 0 31 5C 0 1C 64 36
Octal 377 203 24 0 61 134 0 34 144 66
Binary 11111111 10000011 10100 0 110001 1011100 0 11100 1100100 110110

Color Harmonies of #FF8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8314

Black with #FF8314

Text Example


Text Example

White with #FF8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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