Html Css Color HEX #FF701E Pumpkin

📋 copy color: '#FF701E'

red 255 ◦ green 112 ◦ blue 30

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

Shades of Pumpkin #FF701E

Tints of Pumpkin #FF701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.56%

R = 64.23%
G = 28.21%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF701E (or 0xFF701E) is known color: Pumpkin. HEX triplet: FF, 70 and 1E. RGB value is (255,112,30). Sum of RGB (Red+Green+Blue) = 255+112+30=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF701E is #008FE1. Grayscale: #919191. Windows color (decimal): -36834 or 1995007. OLE color: 1995007.

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

Color convert

RGB 255 112 30 -
CMYK 0 0.56 0.88 0
HSL 21.87º 1% 0.56% -
HSV(B) 21.87º 0.88% 1% -
XYZ 47.27 32.94 5.1 -
YUV 145.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 255 112 30 0 0.56 0.88 0 21.87 1 0.56
Hex FF 70 1E 0 38 58 0 16 64 38
Octal 377 160 36 0 70 130 0 26 144 70
Binary 11111111 1110000 11110 0 111000 1011000 0 10110 1100100 111000

Color Harmonies of #FF701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF701E

Black with #FF701E

Text Example


Text Example

White with #FF701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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