Html Css Color HEX #FB8520 Pumpkin

📋 copy color: '#FB8520'

red 251 ◦ green 133 ◦ blue 32

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

Shades of Pumpkin #FB8520

Tints of Pumpkin #FB8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 60.34%
G = 31.97%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB8520 (or 0xFB8520) is known color: Pumpkin. HEX triplet: FB, 85 and 20. RGB value is (251,133,32). Sum of RGB (Red+Green+Blue) = 251+133+32=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8520 is #047ADF. Grayscale: #9D9D9D. Windows color (decimal): -293600 or 2131451. OLE color: 2131451.

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

Color convert

RGB 251 133 32 -
CMYK 0 0.47 0.87 0.02
HSL 27.67º 0.96% 0.55% -
HSV(B) 27.67º 0.87% 0.98% -
XYZ 48.43 37.39 6.03 -
YUV 156.77 57.59 195.21 -
System Red Green Blue C M Y K H S L
Decimal 251 133 32 0 0.47 0.87 0.02 27.67 0.96 0.55
Hex FB 85 20 0 2F 57 2 1C 60 37
Octal 373 205 40 0 57 127 2 34 140 67
Binary 11111011 10000101 100000 0 101111 1010111 10 11100 1100000 110111

Color Harmonies of #FB8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8520

Black with #FB8520

Text Example


Text Example

White with #FB8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8520; }

 p { color: rgb(251,133,32); }

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

background-color css

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

 a { background-color: rgb(251,133,32); }

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

border-color css

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

 span { border-color: rgb(251,133,32); }

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