Html Css Color HEX #FF710D Pumpkin

📋 copy color: '#FF710D'

red 255 ◦ green 113 ◦ blue 13

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

Shades of Pumpkin #FF710D

Tints of Pumpkin #FF710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 66.93%
G = 29.66%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF710D (or 0xFF710D) is known color: Pumpkin. HEX triplet: FF, 71 and 0D. RGB value is (255,113,13). Sum of RGB (Red+Green+Blue) = 255+113+13=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF710D is #008EF2. Grayscale: #909090. Windows color (decimal): -36595 or 881151. OLE color: 881151.

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

Color convert

RGB 255 113 13 -
CMYK 0 0.56 0.95 0
HSL 24.79º 1% 0.53% -
HSV(B) 24.79º 0.95% 1% -
XYZ 47.22 33.1 4.28 -
YUV 144.06 54.04 207.13 -
System Red Green Blue C M Y K H S L
Decimal 255 113 13 0 0.56 0.95 0 24.79 1 0.53
Hex FF 71 D 0 38 5F 0 19 64 35
Octal 377 161 15 0 70 137 0 31 144 65
Binary 11111111 1110001 1101 0 111000 1011111 0 11001 1100100 110101

Color Harmonies of #FF710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF710D

Black with #FF710D

Text Example


Text Example

White with #FF710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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