Html Css Color HEX #FF861F Pumpkin

📋 copy color: '#FF861F'

red 255 ◦ green 134 ◦ blue 31

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

Shades of Pumpkin #FF861F

Tints of Pumpkin #FF861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 60.71%
G = 31.9%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF861F (or 0xFF861F) is known color: Pumpkin. HEX triplet: FF, 86 and 1F. RGB value is (255,134,31). Sum of RGB (Red+Green+Blue) = 255+134+31=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF861F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF861F is #0079E0. Grayscale: #9E9E9E. Windows color (decimal): -31201 or 2066175. OLE color: 2066175.

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

Color convert

RGB 255 134 31 -
CMYK 0 0.47 0.88 0
HSL 27.59º 1% 0.56% -
HSV(B) 27.59º 0.88% 1% -
XYZ 50.01 38.41 6.07 -
YUV 158.44 56.09 196.88 -
System Red Green Blue C M Y K H S L
Decimal 255 134 31 0 0.47 0.88 0 27.59 1 0.56
Hex FF 86 1F 0 2F 58 0 1C 64 38
Octal 377 206 37 0 57 130 0 34 144 70
Binary 11111111 10000110 11111 0 101111 1011000 0 11100 1100100 111000

Color Harmonies of #FF861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF861F

Black with #FF861F

Text Example


Text Example

White with #FF861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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