Html Css Color HEX #FF851E Pumpkin

📋 copy color: '#FF851E'

red 255 ◦ green 133 ◦ blue 30

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

Shades of Pumpkin #FF851E

Tints of Pumpkin #FF851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

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

R = 61%
G = 31.82%
B = 7.18%

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

#FF851E (or 0xFF851E) is known color: Pumpkin. HEX triplet: FF, 85 and 1E. RGB value is (255,133,30). Sum of RGB (Red+Green+Blue) = 255+133+30=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF851E is #007AE1. Grayscale: #9E9E9E. Windows color (decimal): -31458 or 2000383. OLE color: 2000383.

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

Color convert

RGB 255 133 30 -
CMYK 0 0.48 0.88 0
HSL 27.47º 1% 0.56% -
HSV(B) 27.47º 0.88% 1% -
XYZ 49.86 38.13 5.96 -
YUV 157.74 55.92 197.38 -
System Red Green Blue C M Y K H S L
Decimal 255 133 30 0 0.48 0.88 0 27.47 1 0.56
Hex FF 85 1E 0 30 58 0 1B 64 38
Octal 377 205 36 0 60 130 0 33 144 70
Binary 11111111 10000101 11110 0 110000 1011000 0 11011 1100100 111000

Color Harmonies of #FF851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF851E

Black with #FF851E

Text Example


Text Example

White with #FF851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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