Html Css Color HEX #FF710E Pumpkin

📋 copy color: '#FF710E'

red 255 ◦ green 113 ◦ blue 14

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

Shades of Pumpkin #FF710E

Tints of Pumpkin #FF710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 66.75%
G = 29.58%
B = 3.66%

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

#FF710E (or 0xFF710E) is known color: Pumpkin. HEX triplet: FF, 71 and 0E. RGB value is (255,113,14). Sum of RGB (Red+Green+Blue) = 255+113+14=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF710E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF710E is #008EF1. Grayscale: #909090. Windows color (decimal): -36594 or 946687. OLE color: 946687.

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

Color convert

RGB 255 113 14 -
CMYK 0 0.56 0.95 0
HSL 24.65º 1% 0.53% -
HSV(B) 24.65º 0.95% 1% -
XYZ 47.22 33.1 4.32 -
YUV 144.17 54.54 207.05 -
System Red Green Blue C M Y K H S L
Decimal 255 113 14 0 0.56 0.95 0 24.65 1 0.53
Hex FF 71 E 0 38 5F 0 19 64 35
Octal 377 161 16 0 70 137 0 31 144 65
Binary 11111111 1110001 1110 0 111000 1011111 0 11001 1100100 110101

Color Harmonies of #FF710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF710E

Black with #FF710E

Text Example


Text Example

White with #FF710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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