Html Css Color HEX #FF8413 Pumpkin

📋 copy color: '#FF8413'

red 255 ◦ green 132 ◦ blue 19

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

Shades of Pumpkin #FF8413

Tints of Pumpkin #FF8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 62.81%
G = 32.51%
B = 4.68%

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

#FF8413 (or 0xFF8413) is known color: Pumpkin. HEX triplet: FF, 84 and 13. RGB value is (255,132,19). Sum of RGB (Red+Green+Blue) = 255+132+19=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8413 is #007BEC. Grayscale: #9C9C9C. Windows color (decimal): -31725 or 1279231. OLE color: 1279231.

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

Color convert

RGB 255 132 19 -
CMYK 0 0.48 0.93 0
HSL 28.73º 1% 0.54% -
HSV(B) 28.73º 0.93% 1% -
XYZ 49.61 37.81 5.3 -
YUV 155.9 50.75 198.69 -
System Red Green Blue C M Y K H S L
Decimal 255 132 19 0 0.48 0.93 0 28.73 1 0.54
Hex FF 84 13 0 30 5D 0 1D 64 36
Octal 377 204 23 0 60 135 0 35 144 66
Binary 11111111 10000100 10011 0 110000 1011101 0 11101 1100100 110110

Color Harmonies of #FF8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8413

Black with #FF8413

Text Example


Text Example

White with #FF8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8413; }

 p { color: rgb(255,132,19); }

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

background-color css

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

 a { background-color: rgb(255,132,19); }

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

border-color css

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

 span { border-color: rgb(255,132,19); }

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