Html Css Color HEX #FF861E Pumpkin

📋 copy color: '#FF861E'

red 255 ◦ green 134 ◦ blue 30

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

Shades of Pumpkin #FF861E

Tints of Pumpkin #FF861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.16%

R = 60.86%
G = 31.98%
B = 7.16%

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

#FF861E (or 0xFF861E) is known color: Pumpkin. HEX triplet: FF, 86 and 1E. RGB value is (255,134,30). Sum of RGB (Red+Green+Blue) = 255+134+30=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF861E is #0079E1. Grayscale: #9E9E9E. Windows color (decimal): -31202 or 2000639. OLE color: 2000639.

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

Color convert

RGB 255 134 30 -
CMYK 0 0.47 0.88 0
HSL 27.73º 1% 0.56% -
HSV(B) 27.73º 0.88% 1% -
XYZ 50 38.4 6.01 -
YUV 158.32 55.59 196.96 -
System Red Green Blue C M Y K H S L
Decimal 255 134 30 0 0.47 0.88 0 27.73 1 0.56
Hex FF 86 1E 0 2F 58 0 1C 64 38
Octal 377 206 36 0 57 130 0 34 144 70
Binary 11111111 10000110 11110 0 101111 1011000 0 11100 1100100 111000

Color Harmonies of #FF861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF861E

Black with #FF861E

Text Example


Text Example

White with #FF861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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