Html Css Color HEX #FB8115 Pumpkin

📋 copy color: '#FB8115'

red 251 ◦ green 129 ◦ blue 21

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

Shades of Pumpkin #FB8115

Tints of Pumpkin #FB8115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 62.59%
G = 32.17%
B = 5.24%

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

#FB8115 (or 0xFB8115) is known color: Pumpkin. HEX triplet: FB, 81 and 15. RGB value is (251,129,21). Sum of RGB (Red+Green+Blue) = 251+129+21=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8115 is #047EEA. Grayscale: #999999. Windows color (decimal): -294635 or 1409531. OLE color: 1409531.

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

Color convert

RGB 251 129 21 -
CMYK 0 0.49 0.92 0.02
HSL 28.17º 0.97% 0.53% -
HSV(B) 28.17º 0.92% 0.98% -
XYZ 47.77 36.26 5.19 -
YUV 153.17 53.42 197.78 -
System Red Green Blue C M Y K H S L
Decimal 251 129 21 0 0.49 0.92 0.02 28.17 0.97 0.53
Hex FB 81 15 0 31 5C 2 1C 61 35
Octal 373 201 25 0 61 134 2 34 141 65
Binary 11111011 10000001 10101 0 110001 1011100 10 11100 1100001 110101

Color Harmonies of #FB8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8115

Black with #FB8115

Text Example


Text Example

White with #FB8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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