Html Css Color HEX #FF710A Pumpkin

📋 copy color: '#FF710A'

red 255 ◦ green 113 ◦ blue 10

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

Shades of Pumpkin #FF710A

Tints of Pumpkin #FF710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 67.46%
G = 29.89%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF710A (or 0xFF710A) is known color: Pumpkin. HEX triplet: FF, 71 and 0A. RGB value is (255,113,10). Sum of RGB (Red+Green+Blue) = 255+113+10=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF710A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF710A is #008EF5. Grayscale: #909090. Windows color (decimal): -36598 or 684543. OLE color: 684543.

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

Color convert

RGB 255 113 10 -
CMYK 0 0.56 0.96 0
HSL 25.22º 1% 0.52% -
HSV(B) 25.22º 0.96% 1% -
XYZ 47.2 33.09 4.19 -
YUV 143.72 52.54 207.38 -
System Red Green Blue C M Y K H S L
Decimal 255 113 10 0 0.56 0.96 0 25.22 1 0.52
Hex FF 71 A 0 38 60 0 19 64 34
Octal 377 161 12 0 70 140 0 31 144 64
Binary 11111111 1110001 1010 0 111000 1100000 0 11001 1100100 110100

Color Harmonies of #FF710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF710A

Black with #FF710A

Text Example


Text Example

White with #FF710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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