Html Css Color HEX #FB8420 Pumpkin

📋 copy color: '#FB8420'

red 251 ◦ green 132 ◦ blue 32

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

Shades of Pumpkin #FB8420

Tints of Pumpkin #FB8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 60.48%
G = 31.81%
B = 7.71%

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

#FB8420 (or 0xFB8420) is known color: Pumpkin. HEX triplet: FB, 84 and 20. RGB value is (251,132,32). Sum of RGB (Red+Green+Blue) = 251+132+32=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8420 is #047BDF. Grayscale: #9C9C9C. Windows color (decimal): -293856 or 2131195. OLE color: 2131195.

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

Color convert

RGB 251 132 32 -
CMYK 0 0.47 0.87 0.02
HSL 27.4º 0.96% 0.55% -
HSV(B) 27.4º 0.87% 0.98% -
XYZ 48.3 37.12 5.99 -
YUV 156.18 57.92 195.63 -
System Red Green Blue C M Y K H S L
Decimal 251 132 32 0 0.47 0.87 0.02 27.4 0.96 0.55
Hex FB 84 20 0 2F 57 2 1B 60 37
Octal 373 204 40 0 57 127 2 33 140 67
Binary 11111011 10000100 100000 0 101111 1010111 10 11011 1100000 110111

Color Harmonies of #FB8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8420

Black with #FB8420

Text Example


Text Example

White with #FB8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8420; }

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

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

background-color css

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

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

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

border-color css

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

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

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