Html Css Color HEX #FF701D Pumpkin

📋 copy color: '#FF701D'

red 255 ◦ green 112 ◦ blue 29

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

Shades of Pumpkin #FF701D

Tints of Pumpkin #FF701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 64.39%
G = 28.28%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF701D (or 0xFF701D) is known color: Pumpkin. HEX triplet: FF, 70 and 1D. RGB value is (255,112,29). Sum of RGB (Red+Green+Blue) = 255+112+29=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF701D is #008FE2. Grayscale: #919191. Windows color (decimal): -36835 or 1929471. OLE color: 1929471.

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

Color convert

RGB 255 112 29 -
CMYK 0 0.56 0.89 0
HSL 22.04º 1% 0.56% -
HSV(B) 22.04º 0.89% 1% -
XYZ 47.26 32.94 5.03 -
YUV 145.3 62.38 206.25 -
System Red Green Blue C M Y K H S L
Decimal 255 112 29 0 0.56 0.89 0 22.04 1 0.56
Hex FF 70 1D 0 38 59 0 16 64 38
Octal 377 160 35 0 70 131 0 26 144 70
Binary 11111111 1110000 11101 0 111000 1011001 0 10110 1100100 111000

Color Harmonies of #FF701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF701D

Black with #FF701D

Text Example


Text Example

White with #FF701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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