Html Css Color HEX #FB8014 Pumpkin

📋 copy color: '#FB8014'

red 251 ◦ green 128 ◦ blue 20

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

Shades of Pumpkin #FB8014

Tints of Pumpkin #FB8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 62.91%
G = 32.08%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB8014 (or 0xFB8014) is known color: Pumpkin. HEX triplet: FB, 80 and 14. RGB value is (251,128,20). Sum of RGB (Red+Green+Blue) = 251+128+20=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8014 is #047FEB. Grayscale: #999999. Windows color (decimal): -294892 or 1343739. OLE color: 1343739.

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

Color convert

RGB 251 128 20 -
CMYK 0 0.49 0.92 0.02
HSL 28.05º 0.97% 0.53% -
HSV(B) 28.05º 0.92% 0.98% -
XYZ 47.63 36 5.1 -
YUV 152.47 53.25 198.28 -
System Red Green Blue C M Y K H S L
Decimal 251 128 20 0 0.49 0.92 0.02 28.05 0.97 0.53
Hex FB 80 14 0 31 5C 2 1C 61 35
Octal 373 200 24 0 61 134 2 34 141 65
Binary 11111011 10000000 10100 0 110001 1011100 10 11100 1100001 110101

Color Harmonies of #FB8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8014

Black with #FB8014

Text Example


Text Example

White with #FB8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8014; }

 p { color: rgb(251,128,20); }

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

background-color css

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

 a { background-color: rgb(251,128,20); }

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

border-color css

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

 span { border-color: rgb(251,128,20); }

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