Html Css Color HEX #FF711A Pumpkin

📋 copy color: '#FF711A'

red 255 ◦ green 113 ◦ blue 26

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

Shades of Pumpkin #FF711A

Tints of Pumpkin #FF711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.6%

R = 64.72%
G = 28.68%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF711A (or 0xFF711A) is known color: Pumpkin. HEX triplet: FF, 71 and 1A. RGB value is (255,113,26). Sum of RGB (Red+Green+Blue) = 255+113+26=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF711A is #008EE5. Grayscale: #929292. Windows color (decimal): -36582 or 1733119. OLE color: 1733119.

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

Color convert

RGB 255 113 26 -
CMYK 0 0.56 0.90 0
HSL 22.79º 1% 0.55% -
HSV(B) 22.79º 0.9% 1% -
XYZ 47.33 33.14 4.88 -
YUV 145.54 60.54 206.07 -
System Red Green Blue C M Y K H S L
Decimal 255 113 26 0 0.56 0.90 0 22.79 1 0.55
Hex FF 71 1A 0 38 5A 0 17 64 37
Octal 377 161 32 0 70 132 0 27 144 67
Binary 11111111 1110001 11010 0 111000 1011010 0 10111 1100100 110111

Color Harmonies of #FF711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF711A

Black with #FF711A

Text Example


Text Example

White with #FF711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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