Html Css Color HEX #FF821B Pumpkin

📋 copy color: '#FF821B'

red 255 ◦ green 130 ◦ blue 27

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

Shades of Pumpkin #FF821B

Tints of Pumpkin #FF821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 61.89%
G = 31.55%
B = 6.55%

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

#FF821B (or 0xFF821B) is known color: Pumpkin. HEX triplet: FF, 82 and 1B. RGB value is (255,130,27). Sum of RGB (Red+Green+Blue) = 255+130+27=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF821B is #007DE4. Grayscale: #9C9C9C. Windows color (decimal): -32229 or 1803007. OLE color: 1803007.

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

Color convert

RGB 255 130 27 -
CMYK 0 0.49 0.89 0
HSL 27.11º 1% 0.55% -
HSV(B) 27.11º 0.89% 1% -
XYZ 49.42 37.3 5.63 -
YUV 155.63 55.41 198.88 -
System Red Green Blue C M Y K H S L
Decimal 255 130 27 0 0.49 0.89 0 27.11 1 0.55
Hex FF 82 1B 0 31 59 0 1B 64 37
Octal 377 202 33 0 61 131 0 33 144 67
Binary 11111111 10000010 11011 0 110001 1011001 0 11011 1100100 110111

Color Harmonies of #FF821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF821B

Black with #FF821B

Text Example


Text Example

White with #FF821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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