Html Css Color HEX #FB8211 Pumpkin

📋 copy color: '#FB8211'

red 251 ◦ green 130 ◦ blue 17

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

Shades of Pumpkin #FB8211

Tints of Pumpkin #FB8211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 63.07%
G = 32.66%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB8211 (or 0xFB8211) is known color: Pumpkin. HEX triplet: FB, 82 and 11. RGB value is (251,130,17). Sum of RGB (Red+Green+Blue) = 251+130+17=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8211 is #047DEE. Grayscale: #999999. Windows color (decimal): -294383 or 1147643. OLE color: 1147643.

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

Color convert

RGB 251 130 17 -
CMYK 0 0.48 0.93 0.02
HSL 28.97º 0.97% 0.53% -
HSV(B) 28.97º 0.93% 0.98% -
XYZ 47.87 36.51 5.06 -
YUV 153.3 51.09 197.69 -
System Red Green Blue C M Y K H S L
Decimal 251 130 17 0 0.48 0.93 0.02 28.97 0.97 0.53
Hex FB 82 11 0 30 5D 2 1D 61 35
Octal 373 202 21 0 60 135 2 35 141 65
Binary 11111011 10000010 10001 0 110000 1011101 10 11101 1100001 110101

Color Harmonies of #FB8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8211

Black with #FB8211

Text Example


Text Example

White with #FB8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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