Html Css Color HEX #FF7011 Pumpkin

📋 copy color: '#FF7011'

red 255 ◦ green 112 ◦ blue 17

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

Shades of Pumpkin #FF7011

Tints of Pumpkin #FF7011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 66.41%
G = 29.17%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF7011 (or 0xFF7011) is known color: Pumpkin. HEX triplet: FF, 70 and 11. RGB value is (255,112,17). Sum of RGB (Red+Green+Blue) = 255+112+17=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7011 is #008FEE. Grayscale: #909090. Windows color (decimal): -36847 or 1143039. OLE color: 1143039.

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

Color convert

RGB 255 112 17 -
CMYK 0 0.56 0.93 0
HSL 23.95º 1% 0.53% -
HSV(B) 23.95º 0.93% 1% -
XYZ 47.14 32.89 4.39 -
YUV 143.93 56.38 207.22 -
System Red Green Blue C M Y K H S L
Decimal 255 112 17 0 0.56 0.93 0 23.95 1 0.53
Hex FF 70 11 0 38 5D 0 18 64 35
Octal 377 160 21 0 70 135 0 30 144 65
Binary 11111111 1110000 10001 0 111000 1011101 0 11000 1100100 110101

Color Harmonies of #FF7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7011

Black with #FF7011

Text Example


Text Example

White with #FF7011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7011; }

 p { color: rgb(255,112,17); }

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

background-color css

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

 a { background-color: rgb(255,112,17); }

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

border-color css

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

 span { border-color: rgb(255,112,17); }

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