Html Css Color HEX #FB6A20 Pumpkin

📋 copy color: '#FB6A20'

red 251 ◦ green 106 ◦ blue 32

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

Shades of Pumpkin #FB6A20

Tints of Pumpkin #FB6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

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

R = 64.52%
G = 27.25%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB6A20 (or 0xFB6A20) is known color: Pumpkin. HEX triplet: FB, 6A and 20. RGB value is (251,106,32). Sum of RGB (Red+Green+Blue) = 251+106+32=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6A20 is #0495DF. Grayscale: #8D8D8D. Windows color (decimal): -300512 or 2124539. OLE color: 2124539.

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

Color convert

RGB 251 106 32 -
CMYK 0 0.58 0.87 0.02
HSL 20.27º 0.96% 0.55% -
HSV(B) 20.27º 0.87% 0.98% -
XYZ 45.2 30.92 4.95 -
YUV 140.92 66.54 206.52 -
System Red Green Blue C M Y K H S L
Decimal 251 106 32 0 0.58 0.87 0.02 20.27 0.96 0.55
Hex FB 6A 20 0 3A 57 2 14 60 37
Octal 373 152 40 0 72 127 2 24 140 67
Binary 11111011 1101010 100000 0 111010 1010111 10 10100 1100000 110111

Color Harmonies of #FB6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A20

Black with #FB6A20

Text Example


Text Example

White with #FB6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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