Html Css Color HEX #FF7313 Pumpkin

📋 copy color: '#FF7313'

red 255 ◦ green 115 ◦ blue 19

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

Shades of Pumpkin #FF7313

Tints of Pumpkin #FF7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 65.55%
G = 29.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF7313 (or 0xFF7313) is known color: Pumpkin. HEX triplet: FF, 73 and 13. RGB value is (255,115,19). Sum of RGB (Red+Green+Blue) = 255+115+19=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7313 is #008CEC. Grayscale: #929292. Windows color (decimal): -36077 or 1274879. OLE color: 1274879.

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

Color convert

RGB 255 115 19 -
CMYK 0 0.55 0.93 0
HSL 24.41º 1% 0.54% -
HSV(B) 24.41º 0.93% 1% -
XYZ 47.49 33.57 4.59 -
YUV 145.92 56.38 205.81 -
System Red Green Blue C M Y K H S L
Decimal 255 115 19 0 0.55 0.93 0 24.41 1 0.54
Hex FF 73 13 0 37 5D 0 18 64 36
Octal 377 163 23 0 67 135 0 30 144 66
Binary 11111111 1110011 10011 0 110111 1011101 0 11000 1100100 110110

Color Harmonies of #FF7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7313

Black with #FF7313

Text Example


Text Example

White with #FF7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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