Html Css Color HEX #FB7211 Pumpkin

📋 copy color: '#FB7211'

red 251 ◦ green 114 ◦ blue 17

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

Shades of Pumpkin #FB7211

Tints of Pumpkin #FB7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.84%

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

R = 65.71%
G = 29.84%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB7211 (or 0xFB7211) is known color: Pumpkin. HEX triplet: FB, 72 and 11. RGB value is (251,114,17). Sum of RGB (Red+Green+Blue) = 251+114+17=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7211 is #048DEE. Grayscale: #909090. Windows color (decimal): -298479 or 1143547. OLE color: 1143547.

HSL color Cylindrical-coordinate representation of color #FB7211: hue angle of 24.87º 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 #FB7211 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 114 17 -
CMYK 0 0.55 0.93 0.02
HSL 24.87º 0.97% 0.53% -
HSV(B) 24.87º 0.93% 0.98% -
XYZ 45.9 32.58 4.4 -
YUV 143.91 56.39 204.39 -
System Red Green Blue C M Y K H S L
Decimal 251 114 17 0 0.55 0.93 0.02 24.87 0.97 0.53
Hex FB 72 11 0 37 5D 2 19 61 35
Octal 373 162 21 0 67 135 2 31 141 65
Binary 11111011 1110010 10001 0 110111 1011101 10 11001 1100001 110101

Color Harmonies of #FB7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7211

Black with #FB7211

Text Example


Text Example

White with #FB7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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