Html Css Color HEX #FB8010 Pumpkin

📋 copy color: '#FB8010'

red 251 ◦ green 128 ◦ blue 16

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

Shades of Pumpkin #FB8010

Tints of Pumpkin #FB8010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.05%

R = 63.54%
G = 32.41%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB8010 (or 0xFB8010) is known color: Pumpkin. HEX triplet: FB, 80 and 10. RGB value is (251,128,16). Sum of RGB (Red+Green+Blue) = 251+128+16=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8010 is #047FEF. Grayscale: #989898. Windows color (decimal): -294896 or 1081595. OLE color: 1081595.

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

Color convert

RGB 251 128 16 -
CMYK 0 0.49 0.94 0.02
HSL 28.6º 0.97% 0.52% -
HSV(B) 28.6º 0.94% 0.98% -
XYZ 47.6 35.98 4.93 -
YUV 152.01 51.25 198.61 -
System Red Green Blue C M Y K H S L
Decimal 251 128 16 0 0.49 0.94 0.02 28.6 0.97 0.52
Hex FB 80 10 0 31 5E 2 1D 61 34
Octal 373 200 20 0 61 136 2 35 141 64
Binary 11111011 10000000 10000 0 110001 1011110 10 11101 1100001 110100

Color Harmonies of #FB8010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8010

Black with #FB8010

Text Example


Text Example

White with #FB8010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8010; }

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

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

background-color css

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

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

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

border-color css

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

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

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