Html Css Color HEX #FF821F Pumpkin

📋 copy color: '#FF821F'

red 255 ◦ green 130 ◦ blue 31

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

Shades of Pumpkin #FF821F

Tints of Pumpkin #FF821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

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

R = 61.3%
G = 31.25%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF821F (or 0xFF821F) is known color: Pumpkin. HEX triplet: FF, 82 and 1F. RGB value is (255,130,31). Sum of RGB (Red+Green+Blue) = 255+130+31=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF821F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF821F is #007DE0. Grayscale: #9C9C9C. Windows color (decimal): -32225 or 2065151. OLE color: 2065151.

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

Color convert

RGB 255 130 31 -
CMYK 0 0.49 0.88 0
HSL 26.52º 1% 0.56% -
HSV(B) 26.52º 0.88% 1% -
XYZ 49.47 37.32 5.89 -
YUV 156.09 57.41 198.55 -
System Red Green Blue C M Y K H S L
Decimal 255 130 31 0 0.49 0.88 0 26.52 1 0.56
Hex FF 82 1F 0 31 58 0 1B 64 38
Octal 377 202 37 0 61 130 0 33 144 70
Binary 11111111 10000010 11111 0 110001 1011000 0 11011 1100100 111000

Color Harmonies of #FF821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF821F

Black with #FF821F

Text Example


Text Example

White with #FF821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF821F; }

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

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

background-color css

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

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

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

border-color css

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

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

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