Html Css Color HEX #FF7110 Pumpkin

📋 copy color: '#FF7110'

red 255 ◦ green 113 ◦ blue 16

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

Shades of Pumpkin #FF7110

Tints of Pumpkin #FF7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

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

R = 66.41%
G = 29.43%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF7110 (or 0xFF7110) is known color: Pumpkin. HEX triplet: FF, 71 and 10. RGB value is (255,113,16). Sum of RGB (Red+Green+Blue) = 255+113+16=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7110 is #008EEF. Grayscale: #909090. Windows color (decimal): -36592 or 1077759. OLE color: 1077759.

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

Color convert

RGB 255 113 16 -
CMYK 0 0.56 0.94 0
HSL 24.35º 1% 0.53% -
HSV(B) 24.35º 0.94% 1% -
XYZ 47.24 33.11 4.39 -
YUV 144.4 55.54 206.89 -
System Red Green Blue C M Y K H S L
Decimal 255 113 16 0 0.56 0.94 0 24.35 1 0.53
Hex FF 71 10 0 38 5E 0 18 64 35
Octal 377 161 20 0 70 136 0 30 144 65
Binary 11111111 1110001 10000 0 111000 1011110 0 11000 1100100 110101

Color Harmonies of #FF7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7110

Black with #FF7110

Text Example


Text Example

White with #FF7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7110; }

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

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

background-color css

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

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

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

border-color css

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

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

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