Html Css Color HEX #FF7310 Pumpkin

📋 copy color: '#FF7310'

red 255 ◦ green 115 ◦ blue 16

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

Shades of Pumpkin #FF7310

Tints of Pumpkin #FF7310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 66.06%
G = 29.79%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF7310 (or 0xFF7310) is known color: Pumpkin. HEX triplet: FF, 73 and 10. RGB value is (255,115,16). Sum of RGB (Red+Green+Blue) = 255+115+16=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7310 is #008CEF. Grayscale: #929292. Windows color (decimal): -36080 or 1078271. OLE color: 1078271.

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

Color convert

RGB 255 115 16 -
CMYK 0 0.55 0.94 0
HSL 24.85º 1% 0.53% -
HSV(B) 24.85º 0.94% 1% -
XYZ 47.46 33.56 4.47 -
YUV 145.57 54.88 206.05 -
System Red Green Blue C M Y K H S L
Decimal 255 115 16 0 0.55 0.94 0 24.85 1 0.53
Hex FF 73 10 0 37 5E 0 19 64 35
Octal 377 163 20 0 67 136 0 31 144 65
Binary 11111111 1110011 10000 0 110111 1011110 0 11001 1100100 110101

Color Harmonies of #FF7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7310

Black with #FF7310

Text Example


Text Example

White with #FF7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7310; }

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

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

background-color css

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

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

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

border-color css

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

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

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