Html Css Color HEX #FB8315 Pumpkin

📋 copy color: '#FB8315'

red 251 ◦ green 131 ◦ blue 21

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

Shades of Pumpkin #FB8315

Tints of Pumpkin #FB8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 62.28%
G = 32.51%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB8315 (or 0xFB8315) is known color: Pumpkin. HEX triplet: FB, 83 and 15. RGB value is (251,131,21). Sum of RGB (Red+Green+Blue) = 251+131+21=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8315 is #047CEA. Grayscale: #9A9A9A. Windows color (decimal): -294123 or 1410043. OLE color: 1410043.

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

Color convert

RGB 251 131 21 -
CMYK 0 0.48 0.92 0.02
HSL 28.7º 0.97% 0.53% -
HSV(B) 28.7º 0.92% 0.98% -
XYZ 48.04 36.8 5.28 -
YUV 154.34 52.76 196.94 -
System Red Green Blue C M Y K H S L
Decimal 251 131 21 0 0.48 0.92 0.02 28.7 0.97 0.53
Hex FB 83 15 0 30 5C 2 1D 61 35
Octal 373 203 25 0 60 134 2 35 141 65
Binary 11111011 10000011 10101 0 110000 1011100 10 11101 1100001 110101

Color Harmonies of #FB8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8315

Black with #FB8315

Text Example


Text Example

White with #FB8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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