Html Css Color HEX #FF851F Pumpkin

📋 copy color: '#FF851F'

red 255 ◦ green 133 ◦ blue 31

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

Shades of Pumpkin #FF851F

Tints of Pumpkin #FF851F

RGB

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

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

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

R = 60.86%
G = 31.74%
B = 7.4%

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

#FF851F (or 0xFF851F) is known color: Pumpkin. HEX triplet: FF, 85 and 1F. RGB value is (255,133,31). Sum of RGB (Red+Green+Blue) = 255+133+31=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF851F is #007AE0. Grayscale: #9E9E9E. Windows color (decimal): -31457 or 2065919. OLE color: 2065919.

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

Color convert

RGB 255 133 31 -
CMYK 0 0.48 0.88 0
HSL 27.32º 1% 0.56% -
HSV(B) 27.32º 0.88% 1% -
XYZ 49.87 38.13 6.03 -
YUV 157.85 56.42 197.29 -
System Red Green Blue C M Y K H S L
Decimal 255 133 31 0 0.48 0.88 0 27.32 1 0.56
Hex FF 85 1F 0 30 58 0 1B 64 38
Octal 377 205 37 0 60 130 0 33 144 70
Binary 11111111 10000101 11111 0 110000 1011000 0 11011 1100100 111000

Color Harmonies of #FF851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF851F

Black with #FF851F

Text Example


Text Example

White with #FF851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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