Html Css Color HEX #FF711B Pumpkin

📋 copy color: '#FF711B'

red 255 ◦ green 113 ◦ blue 27

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

Shades of Pumpkin #FF711B

Tints of Pumpkin #FF711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 64.56%
G = 28.61%
B = 6.84%

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

#FF711B (or 0xFF711B) is known color: Pumpkin. HEX triplet: FF, 71 and 1B. RGB value is (255,113,27). Sum of RGB (Red+Green+Blue) = 255+113+27=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF711B is #008EE4. Grayscale: #929292. Windows color (decimal): -36581 or 1798655. OLE color: 1798655.

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

Color convert

RGB 255 113 27 -
CMYK 0 0.56 0.89 0
HSL 22.63º 1% 0.55% -
HSV(B) 22.63º 0.89% 1% -
XYZ 47.34 33.15 4.94 -
YUV 145.65 61.04 205.99 -
System Red Green Blue C M Y K H S L
Decimal 255 113 27 0 0.56 0.89 0 22.63 1 0.55
Hex FF 71 1B 0 38 59 0 17 64 37
Octal 377 161 33 0 70 131 0 27 144 67
Binary 11111111 1110001 11011 0 111000 1011001 0 10111 1100100 110111

Color Harmonies of #FF711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF711B

Black with #FF711B

Text Example


Text Example

White with #FF711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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