Html Css Color HEX #FB821A Pumpkin

📋 copy color: '#FB821A'

red 251 ◦ green 130 ◦ blue 26

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

Shades of Pumpkin #FB821A

Tints of Pumpkin #FB821A

RGB

 RED value IS 251 (98.44% from 255) = 61.67%

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 61.67%
G = 31.94%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB821A (or 0xFB821A) is known color: Pumpkin. HEX triplet: FB, 82 and 1A. RGB value is (251,130,26). Sum of RGB (Red+Green+Blue) = 251+130+26=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB821A is #047DE5. Grayscale: #9A9A9A. Windows color (decimal): -294374 or 1737467. OLE color: 1737467.

HSL color Cylindrical-coordinate representation of color #FB821A: hue angle of 27.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB821A is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 130 26 -
CMYK 0 0.48 0.90 0.02
HSL 27.73º 0.97% 0.54% -
HSV(B) 27.73º 0.9% 0.98% -
XYZ 47.95 36.55 5.5 -
YUV 154.32 55.59 196.96 -
System Red Green Blue C M Y K H S L
Decimal 251 130 26 0 0.48 0.90 0.02 27.73 0.97 0.54
Hex FB 82 1A 0 30 5A 2 1C 61 36
Octal 373 202 32 0 60 132 2 34 141 66
Binary 11111011 10000010 11010 0 110000 1011010 10 11100 1100001 110110

Color Harmonies of #FB821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB821A

Black with #FB821A

Text Example


Text Example

White with #FB821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB821A; }

 p { color: rgb(251,130,26); }

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

background-color css

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

 a { background-color: rgb(251,130,26); }

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

border-color css

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

 span { border-color: rgb(251,130,26); }

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