Html Css Color HEX #FB8128 Pumpkin

📋 copy color: '#FB8128'

red 251 ◦ green 129 ◦ blue 40

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

Shades of Pumpkin #FB8128

Tints of Pumpkin #FB8128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 59.76%
G = 30.71%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB8128 (or 0xFB8128) is known color: Pumpkin. HEX triplet: FB, 81 and 28. RGB value is (251,129,40). Sum of RGB (Red+Green+Blue) = 251+129+40=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8128 is #047ED7. Grayscale: #9B9B9B. Windows color (decimal): -294616 or 2654715. OLE color: 2654715.

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

Color convert

RGB 251 129 40 -
CMYK 0 0.49 0.84 0.02
HSL 25.31º 0.96% 0.57% -
HSV(B) 25.31º 0.84% 0.98% -
XYZ 48.02 36.36 6.5 -
YUV 155.33 62.92 196.24 -
System Red Green Blue C M Y K H S L
Decimal 251 129 40 0 0.49 0.84 0.02 25.31 0.96 0.57
Hex FB 81 28 0 31 54 2 19 60 39
Octal 373 201 50 0 61 124 2 31 140 71
Binary 11111011 10000001 101000 0 110001 1010100 10 11001 1100000 111001

Color Harmonies of #FB8128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8128

Black with #FB8128

Text Example


Text Example

White with #FB8128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8128; }

 p { color: rgb(251,129,40); }

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

background-color css

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

 a { background-color: rgb(251,129,40); }

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

border-color css

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

 span { border-color: rgb(251,129,40); }

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