Html Css Color HEX #FF8113 Pumpkin

📋 copy color: '#FF8113'

red 255 ◦ green 129 ◦ blue 19

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

Shades of Pumpkin #FF8113

Tints of Pumpkin #FF8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 63.28%
G = 32.01%
B = 4.71%

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

#FF8113 (or 0xFF8113) is known color: Pumpkin. HEX triplet: FF, 81 and 13. RGB value is (255,129,19). Sum of RGB (Red+Green+Blue) = 255+129+19=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8113 is #007EEC. Grayscale: #9A9A9A. Windows color (decimal): -32493 or 1278463. OLE color: 1278463.

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

Color convert

RGB 255 129 19 -
CMYK 0 0.49 0.93 0
HSL 27.97º 1% 0.54% -
HSV(B) 27.97º 0.93% 1% -
XYZ 49.21 37.01 5.17 -
YUV 154.13 51.74 199.94 -
System Red Green Blue C M Y K H S L
Decimal 255 129 19 0 0.49 0.93 0 27.97 1 0.54
Hex FF 81 13 0 31 5D 0 1C 64 36
Octal 377 201 23 0 61 135 0 34 144 66
Binary 11111111 10000001 10011 0 110001 1011101 0 11100 1100100 110110

Color Harmonies of #FF8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8113

Black with #FF8113

Text Example


Text Example

White with #FF8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8113; }

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

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

background-color css

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

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

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

border-color css

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

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

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