Html Css Color HEX #FF8214 Pumpkin

📋 copy color: '#FF8214'

red 255 ◦ green 130 ◦ blue 20

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

Shades of Pumpkin #FF8214

Tints of Pumpkin #FF8214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 62.96%
G = 32.1%
B = 4.94%

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

#FF8214 (or 0xFF8214) is known color: Pumpkin. HEX triplet: FF, 82 and 14. RGB value is (255,130,20). Sum of RGB (Red+Green+Blue) = 255+130+20=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8214 is #007DEB. Grayscale: #9B9B9B. Windows color (decimal): -32236 or 1344255. OLE color: 1344255.

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

Color convert

RGB 255 130 20 -
CMYK 0 0.49 0.92 0
HSL 28.09º 1% 0.54% -
HSV(B) 28.09º 0.92% 1% -
XYZ 49.35 37.28 5.26 -
YUV 154.84 51.91 199.44 -
System Red Green Blue C M Y K H S L
Decimal 255 130 20 0 0.49 0.92 0 28.09 1 0.54
Hex FF 82 14 0 31 5C 0 1C 64 36
Octal 377 202 24 0 61 134 0 34 144 66
Binary 11111111 10000010 10100 0 110001 1011100 0 11100 1100100 110110

Color Harmonies of #FF8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8214

Black with #FF8214

Text Example


Text Example

White with #FF8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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