Html Css Color HEX #FF841F Pumpkin

📋 copy color: '#FF841F'

red 255 ◦ green 132 ◦ blue 31

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

Shades of Pumpkin #FF841F

Tints of Pumpkin #FF841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 61%
G = 31.58%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF841F (or 0xFF841F) is known color: Pumpkin. HEX triplet: FF, 84 and 1F. RGB value is (255,132,31). Sum of RGB (Red+Green+Blue) = 255+132+31=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF841F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF841F is #007BE0. Grayscale: #9D9D9D. Windows color (decimal): -31713 or 2065663. OLE color: 2065663.

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

Color convert

RGB 255 132 31 -
CMYK 0 0.48 0.88 0
HSL 27.05º 1% 0.56% -
HSV(B) 27.05º 0.88% 1% -
XYZ 49.74 37.86 5.98 -
YUV 157.26 56.75 197.71 -
System Red Green Blue C M Y K H S L
Decimal 255 132 31 0 0.48 0.88 0 27.05 1 0.56
Hex FF 84 1F 0 30 58 0 1B 64 38
Octal 377 204 37 0 60 130 0 33 144 70
Binary 11111111 10000100 11111 0 110000 1011000 0 11011 1100100 111000

Color Harmonies of #FF841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF841F

Black with #FF841F

Text Example


Text Example

White with #FF841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF841F; }

 p { color: rgb(255,132,31); }

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

background-color css

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

 a { background-color: rgb(255,132,31); }

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

border-color css

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

 span { border-color: rgb(255,132,31); }

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