Html Css Color HEX #FB8213 Pumpkin

📋 copy color: '#FB8213'

red 251 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #FB8213

Tints of Pumpkin #FB8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 62.75%
G = 32.5%
B = 4.75%

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

#FB8213 (or 0xFB8213) is known color: Pumpkin. HEX triplet: FB, 82 and 13. RGB value is (251,130,19). Sum of RGB (Red+Green+Blue) = 251+130+19=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8213 is #047DEC. Grayscale: #9A9A9A. Windows color (decimal): -294381 or 1278715. OLE color: 1278715.

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

Color convert

RGB 251 130 19 -
CMYK 0 0.48 0.92 0.02
HSL 28.71º 0.97% 0.53% -
HSV(B) 28.71º 0.92% 0.98% -
XYZ 47.88 36.52 5.14 -
YUV 153.53 52.09 197.53 -
System Red Green Blue C M Y K H S L
Decimal 251 130 19 0 0.48 0.92 0.02 28.71 0.97 0.53
Hex FB 82 13 0 30 5C 2 1D 61 35
Octal 373 202 23 0 60 134 2 35 141 65
Binary 11111011 10000010 10011 0 110000 1011100 10 11101 1100001 110101

Color Harmonies of #FB8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8213

Black with #FB8213

Text Example


Text Example

White with #FB8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8213; }

 p { color: rgb(251,130,19); }

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

background-color css

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

 a { background-color: rgb(251,130,19); }

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

border-color css

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

 span { border-color: rgb(251,130,19); }

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