Html Css Color HEX #FF821D Pumpkin

📋 copy color: '#FF821D'

red 255 ◦ green 130 ◦ blue 29

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

Shades of Pumpkin #FF821D

Tints of Pumpkin #FF821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7%

R = 61.59%
G = 31.4%
B = 7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF821D (or 0xFF821D) is known color: Pumpkin. HEX triplet: FF, 82 and 1D. RGB value is (255,130,29). Sum of RGB (Red+Green+Blue) = 255+130+29=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF821D is #007DE2. Grayscale: #9C9C9C. Windows color (decimal): -32227 or 1934079. OLE color: 1934079.

HSL color Cylindrical-coordinate representation of color #FF821D: hue angle of 26.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF821D is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 29 -
CMYK 0 0.49 0.89 0
HSL 26.81º 1% 0.56% -
HSV(B) 26.81º 0.89% 1% -
XYZ 49.44 37.31 5.76 -
YUV 155.86 56.41 198.71 -
System Red Green Blue C M Y K H S L
Decimal 255 130 29 0 0.49 0.89 0 26.81 1 0.56
Hex FF 82 1D 0 31 59 0 1B 64 38
Octal 377 202 35 0 61 131 0 33 144 70
Binary 11111111 10000010 11101 0 110001 1011001 0 11011 1100100 111000

Color Harmonies of #FF821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF821D

Black with #FF821D

Text Example


Text Example

White with #FF821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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